Skip to content

Commit 79759eb

Browse files
committed
update CsvTableFactory
1 parent 6a77afd commit 79759eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/spacious_team/table_wrapper/csv/CsvTableFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@
1818

1919
package org.spacious_team.table_wrapper.csv;
2020

21+
import lombok.ToString;
2122
import org.spacious_team.table_wrapper.api.AbstractTableFactory;
2223
import org.spacious_team.table_wrapper.api.ReportPage;
2324
import org.spacious_team.table_wrapper.api.Table;
2425
import org.spacious_team.table_wrapper.api.TableCellRange;
2526
import org.spacious_team.table_wrapper.api.TableHeaderColumn;
2627

2728
@SuppressWarnings("unused")
29+
@ToString(callSuper = true)
2830
public class CsvTableFactory extends AbstractTableFactory<CsvReportPage> {
2931

3032
public CsvTableFactory() {

0 commit comments

Comments
 (0)