aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src')
-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 & 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() : {}