Skip to content

Commit f877da5

Browse files
rnveachromani
authored andcommitted
Issue #316: Allow third party checks to have a custom group name
1 parent 3da10af commit f877da5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/MetadataFactory.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -723,9 +723,7 @@ private static void parseMetadata(InputStream metadataStream, ResourceBundle met
723723
}
724724

725725
// process the modules
726-
if (OTHER_GROUP_NAME.equals(groupName)) {
727-
processModules(groupEl, group, metadataBundle);
728-
}
726+
processModules(groupEl, group, metadataBundle);
729727
}
730728
}
731729

0 commit comments

Comments
 (0)