Author: markt
Date: Fri Mar 15 09:46:34 2013
New Revision: 1456839

URL: http://svn.apache.org/r1456839
Log:
Javadoc tweaks

Modified:
    tomcat/trunk/java/org/apache/catalina/connector/Connector.java
    tomcat/trunk/java/org/apache/catalina/core/StandardHost.java

Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/connector/Connector.java?rev=1456839&r1=1456838&r2=1456839&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/connector/Connector.java (original)
+++ tomcat/trunk/java/org/apache/catalina/connector/Connector.java Fri Mar 15 
09:46:34 2013
@@ -522,7 +522,7 @@ public class Connector extends Lifecycle
 
     /**
      * Return the port number on which this connector is listening to requests.
-     * If the special value for {@link #port} of zero is used then this method
+     * If the special value for {@link #getPort} of zero is used then this 
method
      * will report the actual port bound.
      */
     public int getLocalPort() {

Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHost.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/StandardHost.java?rev=1456839&r1=1456838&r2=1456839&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/StandardHost.java (original)
+++ tomcat/trunk/java/org/apache/catalina/core/StandardHost.java Fri Mar 15 
09:46:34 2013
@@ -602,7 +602,7 @@ public class StandardHost extends Contai
 
     /**
      * Return the regular expression that defines the files and directories in
-     * the host's {@link #appBase} that will be ignored by the automatic
+     * the host's {@link #getAppBase} that will be ignored by the automatic
      * deployment process.
      */
     @Override
@@ -616,7 +616,7 @@ public class StandardHost extends Contai
 
     /**
      * Return the compiled regular expression that defines the files and
-     * directories in the host's {@link #appBase} that will be ignored by the
+     * directories in the host's {@link #getAppBase} that will be ignored by 
the
      * automatic deployment process.
      */
     @Override
@@ -627,7 +627,7 @@ public class StandardHost extends Contai
 
     /**
      * Set the regular expression that defines the files and directories in
-     * the host's {@link #appBase} that will be ignored by the automatic
+     * the host's {@link #getAppBase} that will be ignored by the automatic
      * deployment process.
      */
     @Override



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

Reply via email to