Re: RFR: 8254850: Update terminology in java.awt.GridBagLayout source code comments [v2]

2020-12-16 Thread Phil Race
> 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 usa

Re: RFR: 8254850: Update terminology in java.awt.GridBagLayout source code comments [v2]

2020-12-16 Thread Phil Race
On Tue, 15 Dec 2020 19:10:45 GMT, Kevin Rushforth wrote: >> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8254850: Update terminology in java.awt.GridBagLayout source code comments > > src/java.desktop/share/classes/java/awt/

Re: RFR: 8254850: Update terminology in java.awt.GridBagLayout source code comments

2020-12-15 Thread Alexander Zuev
On Tue, 15 Dec 2020 17:47:54 GMT, Phil Race 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 > sufficien

Re: RFR: 8254850: Update terminology in java.awt.GridBagLayout source code comments

2020-12-15 Thread Kevin Rushforth
On Tue, 15 Dec 2020 17:47:54 GMT, Phil Race 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 > sufficien

RFR: 8254850: Update terminology in java.awt.GridBagLayout source code comments

2020-12-15 Thread Phil Race
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.