On Tue, 6 Sep 2022 16:55:12 GMT, Tejesh R <[email protected]> wrote: >> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> copyright year updated > > src/java.desktop/share/classes/javax/swing/border/AbstractBorder.java line > 184: > >> 182: * @return an enum indicating how the baseline changes as the >> border is >> 183: * resized >> 184: * @throws NullPointerException if passed in {@code Component} is >> {@code null} > > `if passed in {@code Component} is {@code null}` - Rephrasing this sentence > would be better. Something like `if {@code Component} is {@code null}`.
Updated in method description. ------------- PR: https://git.openjdk.org/jdk/pull/9902
