Javadocs fix: @Link -> @link
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 2 Aug 2010 12:44:45 +0000 (12:44 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 2 Aug 2010 12:44:45 +0000 (12:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@981487 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/ContextConfig.java
java/org/apache/catalina/util/LifecycleMBeanBase.java

index 76560f5..cfd2a5e 100644 (file)
@@ -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) {
index 420abb0..346957c 100644 (file)
@@ -123,7 +123,7 @@ public abstract class LifecycleMBeanBase extends LifecycleBase
      * {@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();