On Tue, 15 Dec 2020 17:47:54 GMT, Phil Race <p...@openjdk.org> wrote:
> This is part of an effort in the JDK to replace archaic/non-inclusive words > with more neutral terms. > See JDK-8253315 for details. > > This updates a few comments in GridBagLayout to use the terms parent and > child which are > sufficiently descriptive and consistent with lots of other usages. Looks good. One minor question. src/java.desktop/share/classes/java/awt/GridBagLayout.java line 1367: > 1365: > 1366: /* > 1367: * Figure out if we should use this child\'s > weight. If the weight Is the `` still needed? ------------- Marked as reviewed by kcr (Author). PR: https://git.openjdk.java.net/jdk/pull/1784