447448449450451452453454
// <!-- Adding same --> // > // ie dangerous to use writer directly!! // so do this... public static void addComment(String message, SmartXMLFormatter formatter ) throws IOException { CommentEvent ce = new CommentEvent(message); formatter.format(ce); }