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/Lexer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/src/bjc/dicelang/expr/Lexer.java') 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. */ -- cgit v1.2.3