dblevins    2004/04/14 00:21:05

  Modified:    modules/core/src/java/org/openejb OpenEJB.java
  Log:

  This is a rancid hack, but the concept is critical and must survive somewhere.
  
  Revision  Changes    Path
  1.2       +5 -2      openejb/modules/core/src/java/org/openejb/OpenEJB.java
  
  Index: OpenEJB.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/OpenEJB.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- OpenEJB.java      1 Mar 2004 07:14:42 -0000       1.1
  +++ OpenEJB.java      14 Apr 2004 04:21:05 -0000      1.2
  @@ -388,7 +388,10 @@
           return applicationServer;
       }
   
  -
  +    public static void setApplicationServer(ApplicationServer appServer) {
  +        applicationServer = appServer;
  +    }
  +    
       /**
         * Gets all the <code>Container</code> s in this container system.
         * 
  
  
  

Reply via email to