Skip to content

Commit b6d626d

Browse files
committed
Fix #262 (optimize JFlex input buffer)
1 parent 0e10dc4 commit b6d626d

File tree

1 file changed

+1
-0
lines changed
  • toml/src/main/jflex/com/fasterxml/jackson/dataformat/toml

1 file changed

+1
-0
lines changed

toml/src/main/jflex/com/fasterxml/jackson/dataformat/toml/toml.jflex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ package com.fasterxml.jackson.dataformat.toml;
88
%line
99
%column
1010
%char
11+
%buffer 4000
1112

1213
%ctorarg JacksonTomlParseException.ErrorContext errorContext
1314

0 commit comments

Comments
 (0)