yoavs       2004/05/26 08:36:35

  Modified:    catalina/src/share/org/apache/catalina/core
                        StandardDefaultContext.java
  Log:
  Minor JavaDoc fixes (Bugzilla 11212)
  
  Revision  Changes    Path
  1.15      +5 -5      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/StandardDefaultContext.java
  
  Index: StandardDefaultContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/StandardDefaultContext.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- StandardDefaultContext.java       15 Apr 2004 01:44:09 -0000      1.14
  +++ StandardDefaultContext.java       26 May 2004 15:36:35 -0000      1.15
  @@ -541,7 +541,7 @@
        * Get the resources DirContext object with which this Container is
        * associated.
        *
  -     * @param resources The new associated DirContext
  +     * @return The associated DirContext
        */
       public DirContext getResources() {
   
  @@ -821,7 +821,7 @@
       /**
        * Add a resource link for this web application.
        *
  -     * @param resource New resource link
  +     * @param resourceLink New resource link
        */
       public void addResourceLink(ContextResourceLink resourceLink) {
   
  @@ -1244,7 +1244,7 @@
       /**
        * Remove any environment entry with the specified name.
        *
  -     * @param name Name of the environment entry to remove
  +     * @param envName Name of the environment entry to remove
        */
       public void removeEnvironment(String envName) {
   
  @@ -1286,7 +1286,7 @@
       /**
        * Remove any resource link with the specified name.
        *
  -     * @param resourceName Name of the resource reference to remove
  +     * @param resourceLinkName Name of the resource reference to remove
        */
       public void removeResourceLink(String resourceLinkName) {
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to