On Wed, 18 Nov 2020 22:30:21 GMT, Roger Riggs <[email protected]> wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Exception message tweak
>
> src/java.base/share/classes/java/util/IllegalFormatArgumentIndexException.java
> line 66:
>
>> 64:
>> 65: if (index == Integer.MIN_VALUE) {
>> 66: return "Format argument index: (unrepresentable as int)";
>
> Perhaps "(not representable as int)" is more readable.
After reading it a few times, I agree.
-------------
PR: https://git.openjdk.java.net/jdk/pull/516