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/blocks/TriggeredParseBlock.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'JPratt/src/main/java/bjc/pratt/blocks/TriggeredParseBlock.java') diff --git a/JPratt/src/main/java/bjc/pratt/blocks/TriggeredParseBlock.java b/JPratt/src/main/java/bjc/pratt/blocks/TriggeredParseBlock.java index 844a4f8..3acd602 100644 --- a/JPratt/src/main/java/bjc/pratt/blocks/TriggeredParseBlock.java +++ b/JPratt/src/main/java/bjc/pratt/blocks/TriggeredParseBlock.java @@ -13,11 +13,11 @@ 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 TriggeredParseBlock implements ParseBlock { private final UnaryOperator onEntr; @@ -29,13 +29,13 @@ public class TriggeredParseBlock implements ParseBlock { * Create a new triggered parse block. * * @param onEnter - * The action to fire before parsing the block. + * The action to fire before parsing the block. * * @param onExit - * The action to fire after parsing the block. + * The action to fire after parsing the block. * * @param source - * The block to use for parsing. + * The block to use for parsing. */ public TriggeredParseBlock(final UnaryOperator onEnter, final UnaryOperator onExit, final ParseBlock source) { -- cgit v1.2.3