Skip to content

Commit 114b091

Browse files
committed
fix bug
1 parent ffe1ee4 commit 114b091

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/jsoniter/spi/ClassDescriptor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ private static void encodingDeduplicate(ClassDescriptor desc) {
205205
continue;
206206
}
207207
existing.toNames = new String[0];
208-
throw new JsonException("field encode to same name: " + toName);
209208
}
210209
}
211210
}

0 commit comments

Comments
 (0)