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/blocks/GrammarParseBlock.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'JPratt/src/main/java/bjc/pratt/blocks/GrammarParseBlock.java') diff --git a/JPratt/src/main/java/bjc/pratt/blocks/GrammarParseBlock.java b/JPratt/src/main/java/bjc/pratt/blocks/GrammarParseBlock.java index 6bf5582..dcc8a8e 100644 --- a/JPratt/src/main/java/bjc/pratt/blocks/GrammarParseBlock.java +++ b/JPratt/src/main/java/bjc/pratt/blocks/GrammarParseBlock.java @@ -16,22 +16,22 @@ import bjc.utils.parserutils.ParserException; * @author bjculkin * * @param - * The key type of the outer tokens. + * The key type of the outer tokens. * * @param - * The value type of the outer tokens. + * The value type of the outer tokens. * * @param - * The state type of the outer parser. + * The state type of the outer parser. * * @param - * The key type of the inner tokens. + * The key type of the inner tokens. * * @param - * The value type of the inner tokens. + * The value type of the inner tokens. * * @param - * The state type of the outer parser. + * The state type of the outer parser. */ public class GrammarParseBlock implements ParseBlock { private final PrattParser innr; -- cgit v1.2.3