Author: wglass
Date: Wed Nov 1 23:45:02 2006
New Revision: 470265
URL: http://svn.apache.org/viewvc?view=rev&rev=470265
Log:
fix formatting typo in class javadoc
Modified:
jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/ReportInvalidReferences.java
Modified:
jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/ReportInvalidReferences.java
URL:
http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/ReportInvalidReferences.java?view=diff&rev=470265&r1=470264&r2=470265
==============================================================================
---
jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/ReportInvalidReferences.java
(original)
+++
jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/ReportInvalidReferences.java
Wed Nov 1 23:45:02 2006
@@ -39,7 +39,7 @@
* Note that InvalidReferenceHandler can be used
* in two modes. If the Velocity properties file contains the following:
* <pre>
- * <CODE>eventhandler.invalidreference.exception = true
+ * eventhandler.invalidreference.exception = true
* </pre>
* then the event handler will throw a ParseErrorRuntimeException upon
* hitting the first invalid reference. This stops processing and is
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]