From 75b790db6a759b3057c294bae3f669e5b01c8688 Mon Sep 17 00:00:00 2001 From: student Date: Mon, 12 Feb 2018 13:00:35 -0500 Subject: Format pass mk. 2 --- base/src/bjc/dicelang/expr/Tokens.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/src/bjc/dicelang/expr/Tokens.java') diff --git a/base/src/bjc/dicelang/expr/Tokens.java b/base/src/bjc/dicelang/expr/Tokens.java index 0e31ebf..4cf5378 100644 --- a/base/src/bjc/dicelang/expr/Tokens.java +++ b/base/src/bjc/dicelang/expr/Tokens.java @@ -55,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. */ -- cgit v1.2.3