On Wed, 14 Apr 2021 22:23:57 GMT, Peter Levart <plev...@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