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

Gavin King gavin.king at jboss.com
Wed May 30 17:53:10 EDT 2007


  User: gavin   
  Date: 07/05/30 17:53:10

  Modified:    src/main/org/jboss/seam  Component.java
  Log:
  remove dupe class
  
  Revision  Changes    Path
  1.248     +2 -2      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.247
  retrieving revision 1.248
  diff -u -b -r1.247 -r1.248
  --- Component.java	18 May 2007 16:27:06 -0000	1.247
  +++ Component.java	30 May 2007 21:53:10 -0000	1.248
  @@ -119,7 +119,7 @@
   import org.jboss.seam.util.Parameters;
   import org.jboss.seam.util.Reflections;
   import org.jboss.seam.util.SortItem;
  -import org.jboss.seam.util.SorterNew;
  +import org.jboss.seam.util.Sorter;
   import org.jboss.seam.util.Conversions.PropertyValue;
   
   /**
  @@ -818,7 +818,7 @@
            }
         }
   
  -      SorterNew<Interceptor> sList = new SorterNew<Interceptor>();
  +      Sorter<Interceptor> sList = new Sorter<Interceptor>();
         siList = sList.sort(siList);
   
         list.clear();
  
  
  



More information about the jboss-cvs-commits mailing list