mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
java: fixes MapSchema
This commit is contained in:
parent
6c91b862c9
commit
d3bb37d113
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ public class MapSchema extends Schema implements IMapSchema {
|
|||
dest.put((K)keySchema.convert(e.getKey()),
|
||||
(V)valueSchema.convert(e.getValue()));
|
||||
}
|
||||
return (Map<K,V>)d;
|
||||
return dest;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue