You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2006/10/10 22:37:49 UTC

svn commit: r462550 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeConstants.java

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: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org