mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-08 02:40:09 +00:00
java: fixes CustomMessage class
This commit is contained in:
parent
147056073d
commit
1bd347d997
14 changed files with 58 additions and 49 deletions
|
|
@ -42,7 +42,7 @@ public class StringTemplate implements Template {
|
|||
static final StringTemplate instance = new StringTemplate();
|
||||
|
||||
static {
|
||||
CustomMessage.registerTemplate(String.class, instance);
|
||||
CustomMessage.register(String.class, instance);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue