diff options
-rw-r--r-- | src/Test.java | 1 | ||||
-rw-r--r-- | src/argparser/ArgParser.java (renamed from src/ArgParser.java) | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/Test.java b/src/Test.java index e7be3fd..d876bde 100644 --- a/src/Test.java +++ b/src/Test.java @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this library. If not, see <http://www.gnu.org/licenses/>. */ +import argparser.*; public class Test diff --git a/src/ArgParser.java b/src/argparser/ArgParser.java index 6611b04..1c1f28e 100644 --- a/src/ArgParser.java +++ b/src/argparser/ArgParser.java @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this library. If not, see <http://www.gnu.org/licenses/>. */ +package argparser; + import java.util.*; import java.io.*; |