diff options
Diffstat (limited to 'src/examples')
| -rw-r--r-- | src/examples/java/bjc/inflexion/examples/IndefTester.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/examples/java/bjc/inflexion/examples/IndefTester.java b/src/examples/java/bjc/inflexion/examples/IndefTester.java index fd1929c..e22737c 100644 --- a/src/examples/java/bjc/inflexion/examples/IndefTester.java +++ b/src/examples/java/bjc/inflexion/examples/IndefTester.java @@ -4,7 +4,16 @@ import java.util.Scanner; import bjc.inflexion.EnglishUtils; +/** + * Test class for checking indefinite articles + * @author bjculkin + * + */ public class IndefTester { + /** + * Main method. + * @param args Unused CLI args. + */ public static void main(String[] args) { Scanner scn = new Scanner(System.in); |
