dblevins    2004/10/25 05:55:08

  Modified:    modules/core/src/java/org/openejb/spi ContainerSystem.java
  Log:

  Killed some bad javadoc
  Start of re-enabling openejb.conf/service-jar.xml config support
  
  Revision  Changes    Path
  1.2       +1 -5      
openejb/modules/core/src/java/org/openejb/spi/ContainerSystem.java
  
  Index: ContainerSystem.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/spi/ContainerSystem.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ContainerSystem.java      1 Mar 2004 07:14:43 -0000       1.1
  +++ ContainerSystem.java      25 Oct 2004 09:55:08 -0000      1.2
  @@ -69,7 +69,6 @@
    * <p>
    * @version 0.1, 3/21/2000
    * @since JDK 1.2
  - * @see org.openejb.core.ContainerSystem
    */
   public interface ContainerSystem {
   
  @@ -101,9 +100,7 @@
        * @param id the id of the Container
        * @return the Container associated with the id
        * @see Container
  -     * @see ContainerManager#getContainer(Object) ContainerManager.getContainer
        * @see Container#getContainerID() Container.getContainerID()
  -     * @see DeploymentInfo#getContainerID() DeploymentInfo.getContainerID()
        */
       public Container getContainer(Object id);
   
  @@ -112,7 +109,6 @@
        *
        * @return an array of all the Containers
        * @see Container
  -     * @see ContainerManager#containers() ContainerManager.containers()
        */
       public Container [] containers( );
   
  
  
  

Reply via email to