aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.java
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.java')
-rw-r--r--velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.java b/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.java
index 95b2fdf7..179d03cc 100644
--- a/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.java
+++ b/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.java
@@ -26,12 +26,12 @@ import org.slf4j.Logger;
/**
* Handles discovery and valuation of a
* boolean object property, of the
- * form public boolean is<property> when executed.
+ * form public boolean is&lt;property&gt; when executed.
*
* We do this separately as to preserve the current
- * quasi-broken semantics of get<as is property>
- * get< flip 1st char> get("property") and now followed
- * by is<Property>
+ * quasi-broken semantics of get&lt;as is property&gt;
+ * get&lt;flip 1st char&gt; get("property") and now followed
+ * by is&lt;Property&gt;
*
* @author <a href="geirm@apache.org">Geir Magnusson Jr.</a>
* @version $Id$