Author: kkolinko
Date: Sun Jun 22 14:50:54 2014
New Revision: 1604595

URL: http://svn.apache.org/r1604595
Log:
A comment

Modified:
    tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java?rev=1604595&r1=1604594&r2=1604595&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java 
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java 
Sun Jun 22 14:50:54 2014
@@ -55,7 +55,13 @@ public final class Mapper {
     protected String defaultHostName = null;
 
     /**
-     * Context associated with this wrapper, used for wrapper mapping.
+     * ContextVersion associated with this Mapper, used for wrapper mapping.
+     *
+     * <p>
+     * It is used only by Mapper in a Context. Is not used by Mapper in a
+     * Connector.
+     *
+     * @see #setContext(String, String[], javax.naming.Context)
      */
     protected ContextVersion context = new ContextVersion();
 



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

Reply via email to