mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-16 07:23:45 +02:00
java: fixes MapSchema
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user