From 4aa2612cbe47fca859c30c6bf30c8e679583995c Mon Sep 17 00:00:00 2001 From: elacey Date: Wed, 8 May 2019 14:27:05 -0400 Subject: [PATCH] Test Commit --- src/com/bayviewglen/zork/Command.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/bayviewglen/zork/Command.java b/src/com/bayviewglen/zork/Command.java index b12e38f..1e9766e 100644 --- a/src/com/bayviewglen/zork/Command.java +++ b/src/com/bayviewglen/zork/Command.java @@ -21,6 +21,7 @@ import java.util.ArrayList; * The second word is not checked at the moment. It can be anything. If this * game is extended to deal with items, then the second part of the command * should probably be changed to be an item rather than a String. + * test */ class Command { private String commandWord;