RFR: 8265237: String.join and StringJoiner can be improved further
Florent Guillaume
github.com+592810+efge at openjdk.java.net
Thu Apr 15 11:24:36 UTC 2021
On Wed, 14 Apr 2021 22:23:57 GMT, Peter Levart <plevart at openjdk.org> wrote:
>> src/java.base/share/classes/java/lang/String.java line 3230:
>>
>>> 3228:
>>> 3229: /**
>>> 3230: * Designated join routine.
>>
>> Did you mean "dedicated"?
>
> No, I meant designated. It is the routine that all other public API entry points call at the end to do the job. Would some other word more accurately describe that? I definitely didn't mean "dedicated".
Oh then sorry, I thought it was a typo of some sort. I'd have said something like "Centralized join logic". But whatever works for you.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3501
More information about the security-dev
mailing list