Skip to content

Commit

Permalink
Remove use of deprecated API
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencesakura committed Jul 1, 2023
1 parent 186ba0e commit 5d98ec2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public static Builder csv(@NotNull String location) {

private static CSVFormat createFormat(Builder builder) {
CSVFormat.Builder fb = CSVFormat.Builder.create(CSVFormat.DEFAULT)
.setAllowDuplicateHeaderNames(false)
.setDelimiter(builder.delimiter)
.setNullString(builder.nullString)
.setQuote(builder.quote)
Expand Down

0 comments on commit 5d98ec2

Please sign in to comment.