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/07/05 18:15:53 UTC

svn commit: r674208 - in /myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/annotation: JSFConverter.java JSFValidator.java

Author: skitching
Date: Sat Jul  5 09:15:52 2008
New Revision: 674208

URL: http://svn.apache.org/viewvc?rev=674208&view=rev
Log:
Code style fixes only.

Modified:
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/annotation/JSFConverter.java
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/annotation/JSFValidator.java

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/annotation/JSFConverter.java
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/annotation/JSFConverter.java?rev=674208&r1=674207&r2=674208&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/annotation/JSFConverter.java (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/annotation/JSFConverter.java Sat Jul  5 09:15:52 2008
@@ -35,7 +35,8 @@
 public @interface JSFConverter
 {
     /**
-     * Indicate the converterId which identifies this class. If not defined, it try to get the value of the field CONVERTER_ID. 
+     * Indicate the converterId which identifies this class. If not defined,
+     * it tries to get the value of the field CONVERTER_ID. 
      */
     String id() default "";
 

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/annotation/JSFValidator.java
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/annotation/JSFValidator.java?rev=674208&r1=674207&r2=674208&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/annotation/JSFValidator.java (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/annotation/JSFValidator.java Sat Jul  5 09:15:52 2008
@@ -36,7 +36,8 @@
 {
     
     /**
-     * Indicate the validatorId which identifies this class. If not defined, it try to get the value of the field VALIDATOR_ID.
+     * Indicate the validatorId which identifies this class. If not defined, it
+     * tries to get the value of the field VALIDATOR_ID.
      */
     String id() default "";