mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-22 16:02:30 +02:00
java: fix a bug within a code of DynamicCodeGenBase.java
This commit is contained in:
@@ -186,11 +186,11 @@ public class DynamicCodeGenBase implements Constants {
|
||||
}
|
||||
}
|
||||
|
||||
static interface MessagePackerAccessor {
|
||||
public static interface MessagePackerAccessor {
|
||||
void setMessagePackers(MessagePacker[] packers);
|
||||
}
|
||||
|
||||
static class MessagePackerAccessorImpl implements MessagePackerAccessor {
|
||||
protected static class MessagePackerAccessorImpl implements MessagePackerAccessor {
|
||||
public Class<?> type;
|
||||
|
||||
public MessagePacker[] _$$_packers;
|
||||
|
Reference in New Issue
Block a user