aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/esieequest/Parser.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/esieequest/Parser.java b/src/esieequest/Parser.java
index cc3ff11..b8f5c94 100644
--- a/src/esieequest/Parser.java
+++ b/src/esieequest/Parser.java
@@ -33,7 +33,7 @@ public class Parser {
33 * @return The next command from the user. 33 * @return The next command from the user.
34 */ 34 */
35 public Command getCommand() { 35 public Command getCommand() {
36 String vInputLine; 36 String vInputLine = null;
37 String vWord1 = null; 37 String vWord1 = null;
38 String vWord2 = null; 38 String vWord2 = null;
39 39