summaryrefslogtreecommitdiff
path: root/src/examples/java
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/java')
-rw-r--r--src/examples/java/bjc/inflexion/examples/InflexionTester.java6
1 files changed, 3 insertions, 3 deletions
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.