Prettier toString()
This commit is contained in:
parent
66b1960979
commit
8d32011275
@ -103,9 +103,9 @@ public class DefaultChannelStateEvent extends DefaultChannelEvent implements
|
||||
buf.append("OP_READ_WRITE");
|
||||
break;
|
||||
default:
|
||||
buf.append("OP_");
|
||||
buf.append("UNKNOWN(");
|
||||
buf.append(getValue());
|
||||
buf.append(" (?)");
|
||||
buf.append(')');
|
||||
}
|
||||
}
|
||||
buf.append(')');
|
||||
|
Loading…
x
Reference in New Issue
Block a user