diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-04-11 17:51:13 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-04-11 17:51:13 -0400 |
| commit | 40858cee415643769ee5f6216b0cd4335996ff2f (patch) | |
| tree | 86b1c334fa2e5b79cddc16984f5ad43c3c72e41f /dice-lang/src/bjc/dicelang/expr/Token.java | |
| parent | 767ca1b248da19b754d42a814b71b43ef16090be (diff) | |
General cleanup and fixes
Diffstat (limited to 'dice-lang/src/bjc/dicelang/expr/Token.java')
| -rw-r--r-- | dice-lang/src/bjc/dicelang/expr/Token.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dice-lang/src/bjc/dicelang/expr/Token.java b/dice-lang/src/bjc/dicelang/expr/Token.java index b02f6c9..2a73d0b 100644 --- a/dice-lang/src/bjc/dicelang/expr/Token.java +++ b/dice-lang/src/bjc/dicelang/expr/Token.java @@ -33,8 +33,10 @@ public class Token { * * @param type * The type of this token. + * * @param raw * The string this token came from. + * * @param toks * The state for this token */ @@ -84,4 +86,4 @@ public class Token { return "???"; } } -} +}
\ No newline at end of file |
