[jboss-cvs] system2/src/main/org/jboss/deployers/plugins ...

Scott Stark scott.stark at jboss.com
Sat Jul 15 10:13:23 EDT 2006


  User: starksm 
  Date: 06/07/15 10:13:23

  Modified:    src/main/org/jboss/deployers/plugins  MainDeployerImpl.java
  Log:
  Initialize the graphBuilder in start if it has not been set.
  
  Revision  Changes    Path
  1.6       +5 -0      system2/src/main/org/jboss/deployers/plugins/MainDeployerImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MainDeployerImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/system2/src/main/org/jboss/deployers/plugins/MainDeployerImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- MainDeployerImpl.java	12 Jul 2006 09:14:21 -0000	1.5
  +++ MainDeployerImpl.java	15 Jul 2006 14:13:23 -0000	1.6
  @@ -208,6 +208,11 @@
         return suffixSorter.getSuffixes();
      }
      
  +   public void start()
  +   {
  +      if( graphBuilder == null )
  +         graphBuilder = new DefaultGraphBuilder();
  +   }
      // Deployment ---------------------------------------
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list