diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-10-14 14:08:52 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-10-14 14:08:52 -0400 |
| commit | b09885e13d8829ee59e10ec0a957f6209c3e4aeb (patch) | |
| tree | 8332f1d37a6df8ca68c2912fe4f7372af7ab455c /src/examples | |
| parent | f8eff578b94fece2d02a15104b540537c2a6d0cc (diff) | |
Update
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); |
