From 5028ad9a1faad0e363d017f18363e8062ba59871 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Thu, 15 Feb 2018 15:25:09 -0500 Subject: Formatting and things --- .../bjc/pratt/commands/impls/TransformingInitialCommand.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'JPratt/src/main/java/bjc/pratt/commands/impls/TransformingInitialCommand.java') diff --git a/JPratt/src/main/java/bjc/pratt/commands/impls/TransformingInitialCommand.java b/JPratt/src/main/java/bjc/pratt/commands/impls/TransformingInitialCommand.java index e6c509c..f09658e 100644 --- a/JPratt/src/main/java/bjc/pratt/commands/impls/TransformingInitialCommand.java +++ b/JPratt/src/main/java/bjc/pratt/commands/impls/TransformingInitialCommand.java @@ -15,13 +15,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 TransformingInitialCommand extends AbstractInitialCommand { private final InitialCommand internl; @@ -32,10 +32,10 @@ public class TransformingInitialCommand extends AbstractInitialCommand< * Create a new transforming initial command. * * @param internal - * The initial command to delegate to. + * The initial command to delegate to. * * @param transform - * The transform to apply to the returned tree. + * The transform to apply to the returned tree. */ public TransformingInitialCommand(final InitialCommand internal, final UnaryOperator>> transform) { -- cgit v1.2.3