From 8cec722a4a551fc3645796bc4e753f956438f3fb Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Fri, 10 Jan 2020 16:30:12 +0000 Subject: [engine] Fix javadoc issues in generated parser files git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1872607 13f79535-47bb-0310-9956-ffa450edef68 --- velocity-engine-core/src/main/parser/Parser.jjt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'velocity-engine-core/src') diff --git a/velocity-engine-core/src/main/parser/Parser.jjt b/velocity-engine-core/src/main/parser/Parser.jjt index 0b7e3f50..40517869 100644 --- a/velocity-engine-core/src/main/parser/Parser.jjt +++ b/velocity-engine-core/src/main/parser/Parser.jjt @@ -620,7 +620,7 @@ TOKEN_MGR_DECLS: /** * pushes the current state onto the 'state stack', * and maintains the parens counts - * public because we need it in PD & VM handling + * public because we need it in PD & VM handling * * @return boolean : success. It can fail if the state machine * gets messed up (do don't mess it up :) @@ -1610,7 +1610,7 @@ void EscapedDirective() : {} * Used to catch and process escape sequences in grammatical constructs * as escapes outside of VTL are just characters. Right now we have both * this and the EscapeDirective() construction because in the EscapeDirective() - * case, we want to suck in the # and here we don't. We just want + * case, we want to suck in the #<directive> and here we don't. We just want * the escapes to render correctly */ void Escape() : {} -- cgit v1.2.3