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

Gavin King gavin.king at jboss.com
Wed Jun 20 18:11:31 EDT 2007


  User: gavin   
  Date: 07/06/20 18:11:31

  Modified:    src/main/org/jboss/seam/init   ComponentDescriptor.java
                        DependencyManager.java
  Log:
  move the Session API
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ComponentDescriptor.java	20 Jun 2007 21:12:46 -0000	1.3
  +++ ComponentDescriptor.java	20 Jun 2007 22:11:31 -0000	1.4
  @@ -9,7 +9,7 @@
   import org.jboss.seam.core.Init;
   import org.jboss.seam.servlet.AbstractResource;
   
  -class ComponentDescriptor 
  +public class ComponentDescriptor 
       implements Comparable<ComponentDescriptor>
   {
       protected String name;
  
  
  
  1.4       +1 -1      jboss-seam/src/main/org/jboss/seam/init/DependencyManager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DependencyManager.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/init/DependencyManager.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- DependencyManager.java	20 Jun 2007 21:12:46 -0000	1.3
  +++ DependencyManager.java	20 Jun 2007 22:11:31 -0000	1.4
  @@ -7,7 +7,7 @@
   import java.util.Set;
   import java.util.TreeSet;
   
  -class DependencyManager 
  +public class DependencyManager 
   {
       private Map<String, Set<ComponentDescriptor>> componentDescriptors;
       private Set<ComponentDescriptor> currentTestSet;
  
  
  



More information about the jboss-cvs-commits mailing list