Changed String in toString method
This commit is contained in:
parent
601ee2c53c
commit
11e8a8190f
@ -92,5 +92,5 @@ public class GroupResizeEvent extends Event<Long> {
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public String toString() { return String.format("GroupResizeEvent[userid=%d,groupid=%d,operation=%b]", get(), groupID, operation); }
|
||||
public String toString() { return String.format("GroupResizeEvent[userid=%d,groupid=%d,operation=%s]", get(), groupID, operation); }
|
||||
}
|
||||
|
Reference in New Issue
Block a user