Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed May 27, 2024
1 parent d3bd299 commit 3283b10
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
import static org.apache.commons.csv.CSVFormat.RFC4180 as CSV

//def file = 'whiskey.csv' as File
def file = getClass().classLoader.getResource('whiskey.csv').file
def parser = CSV.builder().setHeader().setSkipHeaderRecord(true).build()
def records = parser.parse(new FileReader(file))
Expand Down

0 comments on commit 3283b10

Please sign in to comment.