Skip to content

Commit 70c99ba

Browse files
ventusfortiscowtowncoder
authored andcommitted
Update UTF8DataInputJsonParser.java (#1512)
1 parent caea665 commit 70c99ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)