Merge branch 'master' of gitlab.istic.univ-rennes1.fr:18008147/ntr
This commit is contained in:
commit
c80566da1d
@ -58,7 +58,7 @@ public class AccessPoint {
|
||||
try{
|
||||
Files.deleteIfExists(Paths.get("data.csv"));
|
||||
this.outputDataFile = new FileOutputStream("data.csv", true);
|
||||
|
||||
outputDataFile.write("tick;x;y;user;bandwidth;\n".getBytes());
|
||||
}catch(IOException e){
|
||||
System.err.println("Cannot create the output file");
|
||||
System.exit(1);
|
||||
|
Reference in New Issue
Block a user