7 Dec
2021
7 Dec
'21
8:54 a.m.
On Mon, 6 Dec 2021 17:48:37 GMT, Phil Race <prr@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/sun/java2d/Spans.java line 322:
320: float otherStart = otherSpan.getStart(); 321: 322: return Float.compare(mStart, otherStart);
We don't need the variable any more, do we ?
inlined ------------- PR: https://git.openjdk.java.net/jdk/pull/6575