[jboss-cvs] jboss-seam/src/main/org/jboss/seam/annotations/jsf ...

Peter Muir peter at bleepbleep.org.uk
Wed Mar 7 15:12:09 EST 2007


  User: pmuir   
  Date: 07/03/07 15:12:09

  Modified:    src/main/org/jboss/seam/annotations/jsf  Converter.java
  Log:
  typo
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/annotations/jsf/Converter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Converter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/jsf/Converter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Converter.java	3 Mar 2007 18:22:41 -0000	1.1
  +++ Converter.java	7 Mar 2007 20:12:09 -0000	1.2
  @@ -26,7 +26,7 @@
      String id() default "";
      /**
       * If specified, register this component as the default
  -    * validator for a type.
  +    * converter for a type.
       */
      Class forClass() default void.class;
   }
  
  
  



More information about the jboss-cvs-commits mailing list