Permission node cleanup and removal of the commented out deprecated API.
This commit is contained in:
@ -84,7 +84,7 @@ public enum FFlag
|
||||
}
|
||||
|
||||
// -------------------------------------------- //
|
||||
// FRODOODODFOFL
|
||||
// PARSE
|
||||
// -------------------------------------------- //
|
||||
|
||||
public static FFlag parse(String str)
|
||||
@ -103,6 +103,10 @@ public enum FFlag
|
||||
return null;
|
||||
}
|
||||
|
||||
// -------------------------------------------- //
|
||||
// UTIL
|
||||
// -------------------------------------------- //
|
||||
|
||||
public String getStateInfo(boolean value, boolean withDesc)
|
||||
{
|
||||
String ret = (value ? "<g>YES" : "<b>NOO") + "<c> " + this.getNicename();
|
||||
@ -113,6 +117,4 @@ public enum FFlag
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user