We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161c05f commit 104f3bbCopy full SHA for 104f3bb
core/src/main/java/com/github/jsonldjava/utils/Obj.java
@@ -11,7 +11,7 @@ public class Obj {
11
* @return A new {@link Map} instance.
12
*/
13
public static Map<String, Object> newMap() {
14
- return new LinkedHashMap<String, Object>(2, 0.75f);
+ return new LinkedHashMap<String, Object>(4, 0.75f);
15
}
16
17
/**
0 commit comments