mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 21:39:53 +01:00
java: fix a bug within a code of DynamicCodeGenBase.java
This commit is contained in:
parent
645d296841
commit
945d279f28
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user