Lines Matching defs:comment
22 private String comment; // A comment describing this group
33 comment = null;
120 * Returns the comment associated with this bundle
123 return comment;
137 public void setComment(String comment) {
138 this.comment = comment;
154 * This will be found in comment lines above the group items
158 if (comment != null)
159 retStr += "# @groupComment " + comment + "\n";