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

Norman Richards norman.richards at jboss.com
Sun Sep 30 11:05:53 EDT 2007


  User: nrichards
  Date: 07/09/30 11:05:53

  Modified:    src/main/org/jboss/seam  Component.java
  Log:
  JBSEAM-2009
  
  Revision  Changes    Path
  1.284     +1 -1      jboss-seam/src/main/org/jboss/seam/Component.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Component.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/Component.java,v
  retrieving revision 1.283
  retrieving revision 1.284
  diff -u -b -r1.283 -r1.284
  --- Component.java	29 Aug 2007 21:23:32 -0000	1.283
  +++ Component.java	30 Sep 2007 15:05:53 -0000	1.284
  @@ -2167,7 +2167,7 @@
         if ( result==null && enforceRequired && in.required() )
         {
            throw new RequiredException(
  -               "In attribute requires non-null value: " +
  +               "@In attribute requires non-null value: " +
                  getAttributeMessage(name)
               );
         }
  
  
  



More information about the jboss-cvs-commits mailing list