Author: nbubna
Date: Tue Oct 10 13:37:48 2006
New Revision: 462550

URL: http://svn.apache.org/viewvc?view=rev&rev=462550
Log:
fix a copy/paste typo

Modified:
    
jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeConstants.java

Modified: 
jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeConstants.java
URL: 
http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeConstants.java?view=diff&rev=462550&r1=462549&r2=462550
==============================================================================
--- 
jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeConstants.java
 (original)
+++ 
jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeConstants.java
 Tue Oct 10 13:37:48 2006
@@ -109,7 +109,7 @@
      */
 
     /**
-     * Initial counter value in #foreach directives.
+     * Counter reference name in #foreach directives.
      */
     public static final String COUNTER_NAME =
         "directive.foreach.counter.name";



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to