You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.
System.out.println("Text file dir does not exist: " + args[0]);
} else {
Noticing line 32 where it references args[0] and compare with line 23 shows the conflict. I think its just an index off by one thing, change line 32 to args[1]. I'd welcome a sanity check, I've had the California flu :(
phrasecount/src/main/java/phrasecount/cmd/Load.java
Line 32 in 7e301ab
I'm just eyeballing here, but it looks like the line above should reference args[1] instead of the args[0].
The text was updated successfully, but these errors were encountered: