diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-04-13 18:30:53 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-04-13 18:30:53 -0400 |
| commit | 2ac2e31a56ae59ee582e43a90c3495f86dd9ee7a (patch) | |
| tree | 9e5c3c839d0515858d862a33849c7ae329e38a28 /clformat/src/main/java | |
| parent | 3819027f642df549622c478331391ad3a25a9c4f (diff) | |
Add some javadoc.
Add some javadoc comments
Diffstat (limited to 'clformat/src/main/java')
| -rw-r--r-- | clformat/src/main/java/bjc/utils/ioutils/format/CLTokenizer.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clformat/src/main/java/bjc/utils/ioutils/format/CLTokenizer.java b/clformat/src/main/java/bjc/utils/ioutils/format/CLTokenizer.java index 14eebac..a3e718a 100644 --- a/clformat/src/main/java/bjc/utils/ioutils/format/CLTokenizer.java +++ b/clformat/src/main/java/bjc/utils/ioutils/format/CLTokenizer.java @@ -10,6 +10,9 @@ import java.util.regex.*; * */ public class CLTokenizer implements Iterator<Decree> { + /** + * Whether or not the tokenizer is in debug mode or not. + */ public static boolean DEBUG = false; /* |
