Skip to content

Commit

Permalink
Changed config.txt location
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed May 2, 2014
1 parent cdc1aef commit 27a0f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stringparser/StringParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class StringParser{

public static void main(String[] args) throws IOException {
//Read from the config file
BufferedReader configReader = new BufferedReader(new FileReader("config.txt"));
BufferedReader configReader = new BufferedReader(new FileReader("../config.txt"));
String line;
while ((line = configReader.readLine()) != null) {

Expand Down

0 comments on commit 27a0f36

Please sign in to comment.