Skip to content

Commit 62f0756

Browse files
committed
Class TableCellData is no longer final
1 parent 2a2cc35 commit 62f0756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/parubok/stream/TableCellData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @param <T> Type of the table.
99
*/
10-
public final class TableCellData<T extends JTable> {
10+
public class TableCellData<T extends JTable> {
1111

1212
private final int row;
1313
private final int column;

0 commit comments

Comments
 (0)