mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 13:33:51 +01:00
java: fixes MapSchema
This commit is contained in:
parent
6c91b862c9
commit
d3bb37d113
@ -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…
x
Reference in New Issue
Block a user