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

Gavin King gavin.king at jboss.com
Thu Jun 21 12:20:38 EDT 2007


  User: gavin   
  Date: 07/06/21 12:20:38

  Modified:    src/main/org/jboss/seam/init  ComponentDescriptor.java
  Log:
  make test compile
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/src/main/org/jboss/seam/init/ComponentDescriptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ComponentDescriptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/init/ComponentDescriptor.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- ComponentDescriptor.java	21 Jun 2007 04:15:07 -0000	1.6
  +++ ComponentDescriptor.java	21 Jun 2007 16:20:38 -0000	1.7
  @@ -178,7 +178,7 @@
           return "ComponentDescriptor(" + getName() + ":" + getComponentClass() + ')';
       }
               
  -    static class PrecedenceComparator    
  +    public static class PrecedenceComparator    
            implements Comparator<ComponentDescriptor>
       {               
           public int compare(ComponentDescriptor obj1, ComponentDescriptor obj2) 
  
  
  



More information about the jboss-cvs-commits mailing list