From f3b507240930f721571c9da1b4985a02e0a17b6b Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Thu, 23 Jul 2015 11:29:24 +0200 Subject: Sorted out test packages, they're now named the same as the source packages to allow package access. Genius! --- src/eu/equalparts/cardbase/cli/CardbaseCLI.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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."); } - } /** -- cgit v1.2.3