Skip to content

Commit

Permalink
update table-wrapper-api
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Nov 20, 2022
1 parent aa28506 commit 935344b
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 662 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.github.spacious-team</groupId>
<artifactId>table-wrapper-api</artifactId>
<version>24d52702c5</version>
<version>bb75bf7a00</version>
</dependency>
<dependency>
<groupId>com.univocity</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import lombok.ToString;
import org.checkerframework.checker.nullness.qual.Nullable;
import org.spacious_team.table_wrapper.api.CellDataAccessObject;
import org.spacious_team.table_wrapper.api.InstantParser;
import org.spacious_team.table_wrapper.csv.CsvTableCell.RowAndIndex;

import java.time.Instant;
Expand Down

This file was deleted.

158 changes: 0 additions & 158 deletions src/main/java/org/spacious_team/table_wrapper/csv/InstantParser.java

This file was deleted.

Loading

0 comments on commit 935344b

Please sign in to comment.