From fe521df984a4bf1f6627401716e6b4558235bfb2 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Wed, 5 Apr 2017 10:06:58 -0400 Subject: Reorganize --- src/examples/java/bjc/inflexion/examples/InflexionTester.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/examples/java') diff --git a/src/examples/java/bjc/inflexion/examples/InflexionTester.java b/src/examples/java/bjc/inflexion/examples/InflexionTester.java index a54040d..829da97 100644 --- a/src/examples/java/bjc/inflexion/examples/InflexionTester.java +++ b/src/examples/java/bjc/inflexion/examples/InflexionTester.java @@ -29,9 +29,9 @@ import java.util.regex.Pattern; import org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream; -import bjc.inflexion.Noun; -import bjc.inflexion.Nouns; -import bjc.inflexion.Prepositions; +import bjc.inflexion.nouns.Noun; +import bjc.inflexion.nouns.Nouns; +import bjc.inflexion.nouns.Prepositions; /** * Test inflecting words. -- cgit v1.2.3