Re: RFR: 6465404: some problems in CellEditor related API docs [v6]

2022-01-09 Thread Alexander Zuev
On Wed, 22 Dec 2021 11:13:56 GMT, Tejesh R wrote: >> JListBox is invalid component. CellTableEditor Interface doesn't support >> JComboBox and JTree components. Hence its removed from Documentation. > > Tejesh R has updated the pull request incrementally with one additional > commit since the l

RFR: 8278254: Cleanup doclint warnings in java.desktop module

2022-01-09 Thread Prasanta Sadhukhan
The changes done under JDK-8278175 suppress on a per-file basis various missing comments that would otherwise trigger doclint warnings. Fixed them so as to remove the doclint:missing warnings. - Commit messages: - Fix - 8278254: Cleanup doclint warnings in java.desktop module Cha