Skip to content
Snippets Groups Projects
Commit b8c9626c authored by brutzman's avatar brutzman
Browse files

original location

parent a81b3ed3
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,8 @@ public static void main(String args[]) throws FileNotFoundException ...@@ -172,7 +172,8 @@ public static void main(String args[]) throws FileNotFoundException
Set<InetAddress> broadcastAddresses; Set<InetAddress> broadcastAddresses;
// Loop through sending .csv entities // Loop through sending .csv entities
String fileName = "FinalProjects/2018March/SasalaMaroon/Entities.csv"; // src/MV3500Cohort2018JanuaryMarch/projects/2018March/SasalaMaroon/
String fileName = "Entities.csv";
File inputFile = new File(fileName); File inputFile = new File(fileName);
Scanner scanner; Scanner scanner;
try try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment