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 cm...@apache.org on 2003/05/02 20:56:14 UTC

cvs commit: jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant Container.java

cmlenz      2003/05/02 11:56:14

  Modified:    integration/ant/src/java/org/apache/cactus/integration/ant
                        Tag: CACTUS_14_ANT_BRANCH Container.java
  Log:
  Cosmetic doc fixes
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +4 -6      jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/Attic/Container.java
  
  Index: Container.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/Attic/Container.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- Container.java	1 May 2003 12:09:31 -0000	1.1.2.2
  +++ Container.java	2 May 2003 18:56:14 -0000	1.1.2.3
  @@ -83,8 +83,7 @@
       String getContextPath();
   
       /**
  -     * Subclasses must implement this method to return a name of the container
  -     * for logging purposes.
  +     * Returns a displayable name of the container for logging purposes.
        * 
        * @return The container name
        */
  @@ -98,10 +97,9 @@
       int getPort();
   
       /**
  -     * Sets the timeout in milliseconds.
  +     * Returns the timeout in milliseconds.
        * 
  -     * @return the timeout after which we stop trying to call the test
  -     *         URL and fail
  +     * @return The timeout
        */
       long getTimeout();
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org