You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/11/08 12:13:35 UTC

svn commit: r1539979 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

Author: markt
Date: Fri Nov  8 11:13:35 2013
New Revision: 1539979

URL: http://svn.apache.org/r1539979
Log:
Correct Javadoc.

Modified:
    tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java?rev=1539979&r1=1539978&r2=1539979&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java (original)
+++ tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java Fri Nov  8 11:13:35 2013
@@ -557,7 +557,7 @@ public class ApplicationContext
      * Return a Set containing the resource paths of resources member of the
      * specified collection. Each path will be a String starting with
      * a "/" character. Paths representing directories will end with a "/"
-     * character. The returned set is immutable.
+     * character.
      *
      * @param path Collection path
      */



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