On Tue, 22 Mar 2022 01:35:52 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Manukumar V S has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Removed extra blank line before import static >> - Review comment fixed: Limited 80 chars per line > > test/jdk/javax/swing/JSplitPane/4615365/JSplitPaneDividerLocationTest.java > line 52: > >> 50: * @key headful >> 51: * @bug 4615365 >> 52: * @summary This test confirms that the JSplitPane current and last >> divider positions are correct when realized. > > Please split the long lines to have 80 chars per line. Done. ------------- PR: https://git.openjdk.java.net/jdk/pull/7802