Moving GrantType to v2 package
This commit is contained in:
parent
f75686964e
commit
52aeae3983
@ -57,9 +57,6 @@ public static GrantType byLabel(String label) {
|
||||
@Override
|
||||
public String toString( )
|
||||
{
|
||||
final StringBuilder sb = new StringBuilder( "GrantType{" );
|
||||
sb.append( "label='" ).append( label ).append( '\'' );
|
||||
sb.append( '}' );
|
||||
return sb.toString( );
|
||||
return this.label;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user