mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-21 15:10:01 +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()),
|
dest.put((K)keySchema.convert(e.getKey()),
|
||||||
(V)valueSchema.convert(e.getValue()));
|
(V)valueSchema.convert(e.getValue()));
|
||||||
}
|
}
|
||||||
return (Map<K,V>)d;
|
return dest;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user