diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-07-23 11:29:24 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-07-23 11:29:24 +0200 |
commit | f3b507240930f721571c9da1b4985a02e0a17b6b (patch) | |
tree | 37a2932c1f0614c20eca3f49e6498330b78ce8f5 /src/eu/equalparts/cardbase/cli | |
parent | 45a452e230e61e05289b33c17099adcd8790f514 (diff) |
Sorted out test packages, they're now named the same as the source packages to allow package access. Genius!
Diffstat (limited to 'src/eu/equalparts/cardbase/cli')
-rw-r--r-- | src/eu/equalparts/cardbase/cli/CardbaseCLI.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eu/equalparts/cardbase/cli/CardbaseCLI.java b/src/eu/equalparts/cardbase/cli/CardbaseCLI.java index d6e1cdd..3639005 100644 --- a/src/eu/equalparts/cardbase/cli/CardbaseCLI.java +++ b/src/eu/equalparts/cardbase/cli/CardbaseCLI.java @@ -54,7 +54,7 @@ public class CardbaseCLI { /** * The actual cardbase being interfaced with. */ - private Cardbase cardbase; + Cardbase cardbase; /** * Printed to the console when the user enters the help command. */ @@ -132,7 +132,6 @@ public class CardbaseCLI { } else { System.out.println("Help file was not found, check the project page on GitHub for help instead."); } - } /** |