fix indexing bug in ValueFactory by Minh-Ng · Pull Request #525 · msgpack/msgpack-java

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

fix ValueFactory.newMap(Entry<Value, Value>...pairs), which is currently iterating by 2 when it should be iterating through each passed in pair.