We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37b317 commit 1a025e9Copy full SHA for 1a025e9
1 file changed
src/main/java/org/msgpack/type/ArrayValueImpl.java
@@ -120,6 +120,7 @@ public boolean equals(Object o) {
120
if (!oi.hasNext() || !array[i].equals(oi.next())) {
121
return false;
122
}
123
+ i++;
124
125
return !oi.hasNext();
126
0 commit comments