mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 05:59:52 +00:00
7017675: typo in JavacParser for allowUnderscoresInLiterals
Reviewed-by: dlsmith
This commit is contained in:
parent
dfec6e2301
commit
fef1c1e816
@ -138,7 +138,7 @@ public class Scanner implements Lexer {
|
||||
source = fac.source;
|
||||
allowBinaryLiterals = source.allowBinaryLiterals();
|
||||
allowHexFloats = source.allowHexFloats();
|
||||
allowUnderscoresInLiterals = source.allowBinaryLiterals();
|
||||
allowUnderscoresInLiterals = source.allowUnderscoresInLiterals();
|
||||
}
|
||||
|
||||
private static final boolean hexFloatsWork = hexFloatsWork();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user