Author: olamy
Date: Tue Nov 5 23:18:57 2013
New Revision: 1539187
URL: http://svn.apache.org/r1539187
Log:
fix javadoc
Modified:
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
Modified:
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java?rev=1539187&r1=1539186&r2=1539187&view=diff
==============================================================================
---
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java
(original)
+++
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java
Tue Nov 5 23:18:57 2013
@@ -137,9 +137,7 @@ public abstract class AbstractRunMojo
/**
*
- * For servers with more than one IP address, this attribute specifies
which address
- * will be used for listening on the specified port.
- * By default, this port will be used on all IP addresses associated with
the server.
+ * this IP address will be used on all ports.
* @since 2.2
*/
@Parameter( property = "maven.tomcat.address")
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java?rev=1539187&r1=1539186&r2=1539187&view=diff
==============================================================================
---
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
(original)
+++
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
Tue Nov 5 23:18:57 2013
@@ -152,9 +152,7 @@ public abstract class AbstractRunMojo
/**
*
- * For servers with more than one IP address, this attribute specifies
which address
- * will be used for listening on the specified port.
- * By default, this port will be used on all IP addresses associated with
the server.
+ * this IP address will be used on all ports
* @since 2.2
*/
@Parameter( property = "maven.tomcat.address")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]