RFR: 8325440: Confusing error reported for octal literals with wrong digits [v2]
Jan Lahoda
jlahoda at openjdk.org
Thu Feb 8 09:13:12 UTC 2024
On Thu, 8 Feb 2024 02:05:35 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Jan Lahoda has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixing typo.
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties line 744:
>
>> 742:
>> 743: compiler.err.illegal.digit.in.binary.literal=\
>> 744: illegal digit in an binary literal
>
> Typo: should be "a binary literal" rather than "an binary literal".
Oops. Fixed, thanks!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17760#discussion_r1482635712
More information about the compiler-dev
mailing list