Author: kkolinko
Date: Wed Jul 9 02:10:50 2014
New Revision: 1608986
URL: http://svn.apache.org/r1608986
Log:
Correct javadoc.
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=1608986&r1=1608985&r2=1608986&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
Wed Jul 9 02:10:50 2014
@@ -1466,13 +1466,13 @@ public final class Mapper {
public ContextList contextList;
/**
- * Link to the "real" MappedHost, shared by all aliases.
+ * Link to the "real" Host, shared by all aliases.
*/
private final Host realHost;
/**
* Links to all registered aliases, for easy enumeration. This field
- * is available only in the "real" MappedHost. In an alias this field
+ * is available only in the "real" Host. In an alias this field
* is <code>null</code>.
*/
private final List<Host> aliases;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]