Remove unnecessary keyword

This commit is contained in:
Stephane Nicoll
2015-07-09 14:33:01 +02:00
parent f34508ff8a
commit 97634e85ac
20 changed files with 21 additions and 21 deletions

View File

@@ -139,7 +139,7 @@ public class ItemMetadata implements Comparable<ItemMetadata> {
/**
* The item type.
*/
public static enum ItemType {
public enum ItemType {
GROUP, PROPERTY
}

View File

@@ -93,7 +93,7 @@ public class InnerClassProperties {
}
public static enum Fourth {
public enum Fourth {
YES, NO
}