Changed String in toString method
This commit is contained in:
parent
05ffa34ec0
commit
1909b9748a
@ -92,5 +92,5 @@ public class GroupResizeEvent extends Event<Long> {
|
|||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
@Override
|
@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