You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/06/19 20:42:08 UTC

svn commit: r669638 - /myfaces/tomahawk/trunk/core/src/main/resources/META-INF/validatorClass11.vm

Author: skitching
Date: Thu Jun 19 11:42:08 2008
New Revision: 669638

URL: http://svn.apache.org/viewvc?rev=669638&view=rev
Log:
Fix trivial error in templates

Modified:
    myfaces/tomahawk/trunk/core/src/main/resources/META-INF/validatorClass11.vm

Modified: myfaces/tomahawk/trunk/core/src/main/resources/META-INF/validatorClass11.vm
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/resources/META-INF/validatorClass11.vm?rev=669638&r1=669637&r2=669638&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/resources/META-INF/validatorClass11.vm (original)
+++ myfaces/tomahawk/trunk/core/src/main/resources/META-INF/validatorClass11.vm Thu Jun 19 11:42:08 2008
@@ -4,7 +4,7 @@
 ## Note that there are only one type of validator generation:
 ##  * "subclass mode" (use annotated class as a parent class)
 ##
-## Variable $validator refers to a ComponentMeta object to process
+## Variable $validator refers to a ValidatorMeta object to process
 ## Variable $utils refers to an instance of MyfacesUtils.
 ##
 ## When "template mode" is being used then variable $innersource
@@ -43,7 +43,7 @@
 #else
 #set ($generatedClassParent = $validator.sourceClassName)
 #end
-// Generated from class ${component.sourceClassName}.
+// Generated from class ${validator.sourceClassName}.
 //
 // WARNING: This file was automatically generated. Do not edit it directly,
 //          or you will lose your changes.