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

Peter Muir peter at bleepbleep.org.uk
Fri May 4 07:31:36 EDT 2007


  User: pmuir   
  Date: 07/05/04 07:31:36

  Modified:    src/main/org/jboss/seam/util  SorterNew.java
  Log:
  JBSEAM-1054, JBSEAM-1281
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/main/org/jboss/seam/util/SorterNew.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SorterNew.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/util/SorterNew.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- SorterNew.java	22 May 2006 03:12:46 -0000	1.2
  +++ SorterNew.java	4 May 2007 11:31:36 -0000	1.3
  @@ -26,7 +26,7 @@
   		
         if ( !list.isEmpty() )
         {
  -			throw new IllegalArgumentException("Can not sort interceptors list:"+list);
  +			throw new IllegalArgumentException("Can not sort list:"+list);
   		}
   		
         return res;		
  
  
  



More information about the jboss-cvs-commits mailing list