You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by jr...@apache.org on 2003/01/06 15:06:59 UTC

cvs commit: jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers ContainerInfo.java

jruaux      2003/01/06 06:06:59

  Modified:    Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers
                        ContainerInfo.java
  Log:
  Slightly better javadoc
  
  Revision  Changes    Path
  1.4       +3 -2      jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ContainerInfo.java
  
  Index: ContainerInfo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ContainerInfo.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ContainerInfo.java	3 Jan 2003 15:50:32 -0000	1.3
  +++ ContainerInfo.java	6 Jan 2003 14:06:59 -0000	1.4
  @@ -59,7 +59,8 @@
   import java.net.URL;
   
   /**
  - * Container configuration information.
  + * Configuration information for containers. It contains all information needed
  + * for container start and stop actions.
    * 
    * @author <a href="mailto:jruaux@octo.com">Julien Ruaux</a>
    * 
  @@ -92,7 +93,7 @@
       }
       
       /**
  -     * sets the contextURL.
  +     * Sets the contextURL.
        * @param theURL the context URL to set
        */
       public void setContextURL(URL theURL)
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>