提交 bf44c227 编写于 作者: J jjg

7017675: typo in JavacParser for allowUnderscoresInLiterals

Reviewed-by: dlsmith
Contributed-by: peter.b.kessler@oracle.com
上级 f9cba371
...@@ -138,7 +138,7 @@ public class Scanner implements Lexer { ...@@ -138,7 +138,7 @@ public class Scanner implements Lexer {
source = fac.source; source = fac.source;
allowBinaryLiterals = source.allowBinaryLiterals(); allowBinaryLiterals = source.allowBinaryLiterals();
allowHexFloats = source.allowHexFloats(); allowHexFloats = source.allowHexFloats();
allowUnderscoresInLiterals = source.allowBinaryLiterals(); allowUnderscoresInLiterals = source.allowUnderscoresInLiterals();
} }
private static final boolean hexFloatsWork = hexFloatsWork(); private static final boolean hexFloatsWork = hexFloatsWork();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册