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

Peter Muir peter at bleepbleep.org.uk
Mon Jul 9 12:36:28 EDT 2007


  User: pmuir   
  Date: 07/07/09 12:36:28

  Modified:    src/main/org/jboss/seam/annotations/faces  Validator.java
  Log:
  Typo
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/annotations/faces/Validator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Validator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/faces/Validator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Validator.java	25 Jun 2007 23:19:01 -0000	1.1
  +++ Validator.java	9 Jul 2007 16:36:28 -0000	1.2
  @@ -10,7 +10,7 @@
   /**
    * Allows a Seam component to act as a JSF validator. The
    * annotated class must be a Seam component, and must
  - * implement javax.faces.convert.Validator.
  + * implement javax.faces.validator.Validator.
    * 
    * @author Gavin King
    *
  
  
  



More information about the jboss-cvs-commits mailing list