Community
Participate
Working Groups
{
sqoToAppendComment.getSourceInfo().setComments(new ArrayList());
}
// BZ 202602 drigby 01 Dec 2008
// If the Comment is K&R style padd with 1 leading space
if (comment.getText().startsWith("/*")){
String _comment = comment.getText();
comment.setText(" " + _comment);
sqoToAppendComment.getSourceInfo().getComments().add(comment);