diff options
| author | student <student@localhost> | 2018-02-12 13:00:35 -0500 |
|---|---|---|
| committer | student <student@localhost> | 2018-02-12 13:00:35 -0500 |
| commit | 75b790db6a759b3057c294bae3f669e5b01c8688 (patch) | |
| tree | 50f60ce14ab318ccfd1be7879472cccfa53355dd /base/src/bjc/dicelang/expr/Lexer.java | |
| parent | c8637f6156d65d52bf35c3a867c76bfbf2d0da3e (diff) | |
Format pass mk. 2
Diffstat (limited to 'base/src/bjc/dicelang/expr/Lexer.java')
| -rw-r--r-- | base/src/bjc/dicelang/expr/Lexer.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/src/bjc/dicelang/expr/Lexer.java b/base/src/bjc/dicelang/expr/Lexer.java index a8fbcaa..0b95cb8 100644 --- a/base/src/bjc/dicelang/expr/Lexer.java +++ b/base/src/bjc/dicelang/expr/Lexer.java @@ -33,10 +33,10 @@ public class Lexer { * Convert a string from a input command to a series of infix tokens. * * @param inp - * The input command. + * The input command. * * @param tks - * The token state. + * The token state. * * @return A series of infix tokens representing the command. */ |
