RFR: 8277868: Use Comparable.compare() instead of surrogate code [v2]
Сергей Цыпанов
duke at openjdk.java.net
Tue Dec 7 08:19:22 UTC 2021
On Mon, 6 Dec 2021 17:46:22 GMT, Phil Race <prr at openjdk.org> wrote:
>> Сергей Цыпанов has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8277868: Use Integer.signum() in BasicTableUI
>
> src/java.desktop/share/classes/java/awt/geom/Line2D.java line 115:
>
>> 113: */
>> 114: public double getX1() {
>> 115: return x1;
>
> What do these changes have to do with the subject of the PR ?
Just a tiny clean-up in on of affected files. Do you want this to be reverted?
-------------
PR: https://git.openjdk.java.net/jdk/pull/6575
More information about the core-libs-dev
mailing list