From 5028ad9a1faad0e363d017f18363e8062ba59871 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Thu, 15 Feb 2018 15:25:09 -0500 Subject: Formatting and things --- .../main/java/bjc/pratt/commands/impls/GroupingCommand.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'JPratt/src/main/java/bjc/pratt/commands/impls/GroupingCommand.java') diff --git a/JPratt/src/main/java/bjc/pratt/commands/impls/GroupingCommand.java b/JPratt/src/main/java/bjc/pratt/commands/impls/GroupingCommand.java index 28f1299..868260c 100644 --- a/JPratt/src/main/java/bjc/pratt/commands/impls/GroupingCommand.java +++ b/JPratt/src/main/java/bjc/pratt/commands/impls/GroupingCommand.java @@ -14,13 +14,13 @@ import bjc.utils.parserutils.ParserException; * @author bjculkin * * @param - * The key type of the tokens. + * The key type of the tokens. * * @param - * The value type of the tokens. + * The value type of the tokens. * * @param - * The state type of the parser. + * The state type of the parser. */ public class GroupingCommand extends AbstractInitialCommand { private final ParseBlock innerBlock; @@ -31,10 +31,10 @@ public class GroupingCommand extends AbstractInitialCommand { * Create a new grouping command. * * @param inner - * The inner block. + * The inner block. * * @param marker - * The token to use as the node in the AST. + * The token to use as the node in the AST. */ public GroupingCommand(final ParseBlock inner, final Token marker) { innerBlock = inner; -- cgit v1.2.3