diff options
Diffstat (limited to 'base/src/bjc/dicelang/expr/Tokens.java')
| -rw-r--r-- | base/src/bjc/dicelang/expr/Tokens.java | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/base/src/bjc/dicelang/expr/Tokens.java b/base/src/bjc/dicelang/expr/Tokens.java index 287d2b4..0e31ebf 100644 --- a/base/src/bjc/dicelang/expr/Tokens.java +++ b/base/src/bjc/dicelang/expr/Tokens.java @@ -37,11 +37,10 @@ public class Tokens { /* Set sym ID. */ nextSym = 0; - /* + /* * Setup literal mappings. * - * @NOTE - * Should this be a static member? + * @NOTE Should this be a static member? */ litTokens = new HashMap<>(); litTokens.put("+", TokenType.ADD); @@ -56,9 +55,9 @@ public class Tokens { * Convert the string representation of a token into a token. * * @param tok - * The string representation of the token. + * The string representation of the token. * @param raw - * The original string the token came from. + * The original string the token came from. * * @return The token the string represents. */ |
