Author: cbrisson
Date: Fri Jan 10 16:30:12 2020
New Revision: 1872607
URL: http://svn.apache.org/viewvc?rev=1872607&view=rev
Log:
[engine] Fix javadoc issues in generated parser files
Modified:
velocity/engine/trunk/velocity-engine-core/src/main/parser/Parser.jjt
Modified: velocity/engine/trunk/velocity-engine-core/src/main/parser/Parser.jjt
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-core/src/main/parser/Parser.jjt?rev=1872607&r1=1872606&r2=1872607&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-core/src/main/parser/Parser.jjt
(original)
+++ velocity/engine/trunk/velocity-engine-core/src/main/parser/Parser.jjt Fri
Jan 10 16:30:12 2020
@@ -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 #<directive> 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() : {}