From 5028ad9a1faad0e363d017f18363e8062ba59871 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Thu, 15 Feb 2018 15:25:09 -0500 Subject: Formatting and things --- .../src/main/java/bjc/pratt/commands/impls/DenestingCommand.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'JPratt/src/main/java/bjc/pratt/commands/impls/DenestingCommand.java') diff --git a/JPratt/src/main/java/bjc/pratt/commands/impls/DenestingCommand.java b/JPratt/src/main/java/bjc/pratt/commands/impls/DenestingCommand.java index 220e4cc..b01c413 100644 --- a/JPratt/src/main/java/bjc/pratt/commands/impls/DenestingCommand.java +++ b/JPratt/src/main/java/bjc/pratt/commands/impls/DenestingCommand.java @@ -16,13 +16,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 DenestingCommand extends AbstractInitialCommand { @@ -32,7 +32,7 @@ public class DenestingCommand extends AbstractInitialCommand { * Create a new transforming initial command. * * @param internal - * The initial command to delegate to. + * The initial command to delegate to. */ public DenestingCommand(final InitialCommand internal) { wrapped = internal; -- cgit v1.2.3