mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
java: fix a bug within a code of DynamicCodeGenBase.java
This commit is contained in:
parent
645d296841
commit
945d279f28
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue