From 40858cee415643769ee5f6216b0cd4335996ff2f Mon Sep 17 00:00:00 2001 From: bjculkin Date: Tue, 11 Apr 2017 17:51:13 -0400 Subject: General cleanup and fixes --- dice-lang/src/bjc/dicelang/expr/Tokens.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dice-lang/src/bjc/dicelang/expr/Tokens.java') diff --git a/dice-lang/src/bjc/dicelang/expr/Tokens.java b/dice-lang/src/bjc/dicelang/expr/Tokens.java index 08e7197..88bd99e 100644 --- a/dice-lang/src/bjc/dicelang/expr/Tokens.java +++ b/dice-lang/src/bjc/dicelang/expr/Tokens.java @@ -26,7 +26,7 @@ public class Tokens { public final Map symbolTable; /* - * Next index into the symbol table + * Next index into the symbol table. */ private int nextSym; @@ -60,7 +60,7 @@ public class Tokens { * Convert the string representation of a token into a token. * * @param tok - * The string repr. of the token. + * The string representation of the token. * @param raw * The original string the token came from. * -- cgit v1.2.3