aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2020-01-10 16:30:12 +0000
committerClaude Brisson <cbrisson@apache.org>2020-01-10 16:30:12 +0000
commit8cec722a4a551fc3645796bc4e753f956438f3fb (patch)
treeee7482f1d71c409d1aef4392fca1659c065814b4 /velocity-engine-core
parentdc99908057b194eb27ed1e87aed24ea946441fca (diff)
downloadapache-velocity-engine-8cec722a4a551fc3645796bc4e753f956438f3fb.tar.gz
[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
Diffstat (limited to 'velocity-engine-core')
-rw-r--r--velocity-engine-core/src/main/parser/Parser.jjt4
1 files changed, 2 insertions, 2 deletions
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 &amp; 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 #&lt;directive&gt; and here we don't. We just want
* the escapes to render correctly
*/
void Escape() : {}