Author: rjung
Date: Mon Aug 2 12:44:45 2010
New Revision: 981487
URL: http://svn.apache.org/viewvc?rev=981487&view=rev
Log:
Javadocs fix: @Link -> @link
Modified:
tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
tomcat/trunk/java/org/apache/catalina/util/LifecycleMBeanBase.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java?rev=981487&r1=981486&r2=981487&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Mon Aug 2
12:44:45 2010
@@ -1866,8 +1866,8 @@ public class ContextConfig
/**
* For classes packaged with the web application, the class and each
- * super class needs to be checked for a match with {...@link
HandlesTypes} or
- * for an annotation that matches {...@link HandlesTypes}.
+ * super class needs to be checked for a match with {...@link
HandlesTypes} or
+ * for an annotation that matches {...@link HandlesTypes}.
* @param javaClass
*/
protected void checkHandlesTypes(JavaClass javaClass) {
Modified: tomcat/trunk/java/org/apache/catalina/util/LifecycleMBeanBase.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/util/LifecycleMBeanBase.java?rev=981487&r1=981486&r2=981487&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/util/LifecycleMBeanBase.java
(original)
+++ tomcat/trunk/java/org/apache/catalina/util/LifecycleMBeanBase.java Mon Aug
2 12:44:45 2010
@@ -123,7 +123,7 @@ public abstract class LifecycleMBeanBase
* {...@link ObjectName} that will be used to register this component.
*
* @return The string representation of the key properties component of
the
- * desired {...@link ObjectName}
+ * desired {...@link ObjectName}
*/
protected abstract String getObjectNameKeyProperties();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]