summaryrefslogtreecommitdiff
path: root/src/examples/java/bjc/inflexion
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/java/bjc/inflexion')
-rw-r--r--src/examples/java/bjc/inflexion/examples/InflexionTester.java (renamed from src/examples/java/bjc/inflexion/InflexionTester.java)10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/examples/java/bjc/inflexion/InflexionTester.java b/src/examples/java/bjc/inflexion/examples/InflexionTester.java
index 4123378..a54040d 100644
--- a/src/examples/java/bjc/inflexion/InflexionTester.java
+++ b/src/examples/java/bjc/inflexion/examples/InflexionTester.java
@@ -13,11 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package bjc.inflexion;
-
-import bjc.inflexion.v2.Noun;
-import bjc.inflexion.v2.Nouns;
-import bjc.inflexion.v2.Prepositions;
+package bjc.inflexion.examples;
import java.io.BufferedReader;
import java.io.FileInputStream;
@@ -33,6 +29,10 @@ 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;
+
/**
* Test inflecting words.
*