IDEABKL-4391 ("Duplicate property" and "Invalid property key" inspections should be in "Properties Files" category)

This commit is contained in:
Bas Leijdekkers
2012-05-16 21:59:02 +02:00
parent 9dfc44532d
commit b1f0f15bbc
6 changed files with 8 additions and 5 deletions
@@ -67,4 +67,5 @@ public interface GroupNames {
String JAVAEE_GROUP_NAME = InspectionsBundle.message("group.names.javaee.issues");
String CONCURRENCY_ANNOTATION_ISSUES = InspectionsBundle.message("group.names.concurrency.annotation.issues");
String JAVADOC_GROUP_NAME = InspectionsBundle.message("group.names.javadoc.issues");
String PROPERTIES_GROUP_NAME = InspectionsBundle.message("group.names.properties.files");
}