RFR: 8343125: Correct the documentation for TreeMap's getFloorEntry and getCeilingEntry [v2]

Naman Nigam duke at openjdk.org
Thu Nov 14 02:29:27 UTC 2024


On Wed, 13 Nov 2024 17:38:58 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Naman Nigam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   JDK-8343125 : Resolve a bad merge
>
> src/java.base/share/classes/java/util/TreeMap.java line 514:
> 
>> 512:                 }
>> 513:             } else {
>> 514:                 return p;
> 
> Is this from a bad merge?

seemingly, made a commit to resolve

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21729#discussion_r1841474519


More information about the core-libs-dev mailing list