mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-23 14:25:55 +00:00
fix[protocol]: remove char test
This commit is contained in:
@@ -63,7 +63,6 @@ public class ProtocolTest {
|
||||
cm.setB(Short.MIN_VALUE);
|
||||
cm.setC(Integer.MIN_VALUE);
|
||||
cm.setD(Long.MIN_VALUE);
|
||||
cm.setE('e');
|
||||
cm.setF("Hello Jaysunxiao,this is the World!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
|
||||
|
||||
ByteBuf writeBuff = Unpooled.directBuffer();
|
||||
|
||||
Reference in New Issue
Block a user