On Tue, 21 Dec 2021 21:12:57 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> src/java.desktop/share/classes/javax/swing/table/TableCellEditor.java line >> 34: >> >>> 32: /** >>> 33: * This interface defines the method any object that would like to be >>> 34: * an editor of values for the {@code JTable} component needs to >>> implement. >> >> "This interface must be implemented to provide an editor of cell values for >> a {@code JTable}" ? > > Clear and to the point. I wonder if it makes sense to update the Javadoc for `TreeCellEditor` for consistency. ------------- PR: https://git.openjdk.java.net/jdk/pull/6608