*/
if (comment.substring(0,
Math.min(comment.length(), GUIGlobals.ENTRYTYPE_FLAG.length())).equals(
GUIGlobals.ENTRYTYPE_FLAG)) {
CustomEntryType typ = CustomEntryType.parseEntryType(comment);
entryTypes.put(typ.getName().toLowerCase(), typ);
}
} else {
// The entry type was not recognized. This may mean that
// it is a custom entry type whose definition will