mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
@@ -136,7 +136,7 @@ public class CSVFile {
|
||||
table = new ArrayList<ArrayList<String>>();
|
||||
trackList = new ArrayList<Integer>();
|
||||
pathCSVFile = "";
|
||||
this.seperator = seperator;
|
||||
this.seperator = separator;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user