Unnecessary enum modifiers

This commit is contained in:
thatsIch
2015-03-26 11:21:55 +01:00
parent ec05bd994c
commit d8f452b665
8 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ public enum Settings
return this.values;
}
private Settings( EnumSet set )
Settings( EnumSet set )
{
if ( set == null || set.isEmpty() )
throw new RuntimeException( "Invalid configuration." );