Skip to content

Commit c3ede79

Browse files
author
Ingo Schwarz
committed
Add deprecation doc to TableColumnWidthModel
1 parent 17a8596 commit c3ede79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tableview/src/main/java/de/codecrafters/tableview/model/TableColumnWidthModel.java

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* A {@link TableColumnModel} implementation holding absolute column widths.
99
*
1010
* @author ISchwarz
11+
* @deprecated This class has been deprecated in version 2.4.1. Use the {@link TableColumnPxWidthModel} instead.
1112
*/
1213
@Deprecated
1314
public class TableColumnWidthModel implements TableColumnModel {

0 commit comments

Comments
 (0)