From 5028ad9a1faad0e363d017f18363e8062ba59871 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Thu, 15 Feb 2018 15:25:09 -0500 Subject: Formatting and things --- JPratt/src/main/java/bjc/pratt/commands/AbstractInitialCommand.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'JPratt/src/main/java/bjc/pratt/commands/AbstractInitialCommand.java') diff --git a/JPratt/src/main/java/bjc/pratt/commands/AbstractInitialCommand.java b/JPratt/src/main/java/bjc/pratt/commands/AbstractInitialCommand.java index c1f9f6b..9d24723 100644 --- a/JPratt/src/main/java/bjc/pratt/commands/AbstractInitialCommand.java +++ b/JPratt/src/main/java/bjc/pratt/commands/AbstractInitialCommand.java @@ -11,13 +11,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 abstract class AbstractInitialCommand implements InitialCommand { @Override -- cgit v1.2.3