Skip to content

Commit

Permalink
Removed depricated reference to UUID.
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse-the-code committed Jan 9, 2025
1 parent 85ecda8 commit 3dd2f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/network/brightspots/rcv/OutputWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ String writeRcTabCvrCsv(
CSVFormat format = CSVFormat.DEFAULT.builder().setNullString("").build();
csvPrinter = new CSVPrinter(writer, format);
// print header:
// RCTab UUID, ContestId, TabulatorId, BatchId, RecordId, Precinct, Precinct Portion, rank 1 selection,
// RCTab CVR Id, ContestId, TabulatorId, BatchId, RecordId, Precinct, Precinct Portion, rank 1 selection,
// rank 2 selection, ... rank maxRanks selection
csvPrinter.print("RCTab CVR Id");
csvPrinter.print("Source Filepath");
Expand Down

0 comments on commit 3dd2f90

Please sign in to comment.