mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-24 10:27:42 +00:00
perf[protocol]: protocol reserved name
This commit is contained in:
@@ -69,7 +69,8 @@ public class ProtocolAnalysis {
|
||||
, "IProtocol", "IProtocolRegistration", "ProtocolManager", "IFieldRegistration"
|
||||
, "ByteBufUtils", "ArrayUtils", "CollectionUtils"
|
||||
, "Boolean", "Byte", "Short", "Integer", "Long", "Float", "Double", "String", "Character", "Object"
|
||||
, "Collections", "Iterator", "List", "ArrayList", "Map", "HashMap", "Set", "HashSet");
|
||||
, "Collections", "Iterator", "List", "ArrayList", "Map", "HashMap", "Set", "HashSet"
|
||||
, "DecodedPacketInfo", "EncodedPacketInfo");
|
||||
|
||||
/**
|
||||
* EN: Temp field, unsupported type
|
||||
|
||||
Reference in New Issue
Block a user