Skip to content

Commit 3bb54ca

Browse files
authored
Update UTF8DataInputJsonParser.java (#1512)
1 parent 7dcd463 commit 3bb54ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/fasterxml/jackson/core/json/UTF8DataInputJsonParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@ public String nextFieldName() throws IOException
807807
break;
808808
case '.': // as per [core#611]
809809
t = _parseFloatThatStartsWithPeriod(false, false);
810+
break;
810811
case '0':
811812
case '1':
812813
case '2':

0 commit comments

Comments
 (0)