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

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

Author: lu4242
Date: Thu Jun 19 14:03:03 2008
New Revision: 669693

URL: http://svn.apache.org/viewvc?rev=669693&view=rev
Log:
fix comments

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

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/resources/META-INF/validatorClass11.vm
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/resources/META-INF/validatorClass11.vm?rev=669693&r1=669692&r2=669693&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/resources/META-INF/validatorClass11.vm (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/resources/META-INF/validatorClass11.vm Thu Jun 19 14:03:03 2008
@@ -4,12 +4,9 @@
 ## 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
-## holds a String containing all the non-abstract functions defined
-## in the annotated class.
 ##
 ## The java package of the generated class is always the same as
 ## the package in which the annotated class exists.