From: markt Date: Thu, 23 Sep 2010 00:30:53 +0000 (+0000) Subject: Fix Javadoc warnings highlighted by buildbot X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ad30af749d756020dea052c75b138d488ae72555;p=tomcat7.0 Fix Javadoc warnings highlighted by buildbot git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1000284 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/mbeans/ContainerMBean.java b/java/org/apache/catalina/mbeans/ContainerMBean.java index 21f87dc26..f2d2cd39c 100644 --- a/java/org/apache/catalina/mbeans/ContainerMBean.java +++ b/java/org/apache/catalina/mbeans/ContainerMBean.java @@ -172,7 +172,7 @@ public class ContainerMBean extends BaseModelMBean { /** * Remove an existing Valve. * - * @param name MBean Name of the component to remove + * @param valveName MBean Name of the Valve to remove * * @exception MBeanException if a component cannot be removed */ @@ -242,7 +242,7 @@ public class ContainerMBean extends BaseModelMBean { /** * Remove a LifecycleEvent listeners from this component. * - * @param listener The ClassName of the listeners to be removed. + * @param type The ClassName of the listeners to be removed. * Note that all the listeners having given ClassName will be removed. */ public void removeLifeCycleListeners(String type) throws MBeanException{ diff --git a/java/org/apache/catalina/mbeans/ContextMBean.java b/java/org/apache/catalina/mbeans/ContextMBean.java index debaccc78..de4b5cd5f 100644 --- a/java/org/apache/catalina/mbeans/ContextMBean.java +++ b/java/org/apache/catalina/mbeans/ContextMBean.java @@ -166,7 +166,7 @@ public class ContextMBean extends ContainerMBean { * Return the filter definition for the specified filter name, if any; * otherwise return null. * - * @param filterName Filter name to look up + * @param name Filter name to look up */ public String findFilterDef(String name) throws MBeanException { diff --git a/java/org/apache/tomcat/util/bcel/classfile/AnnotationEntry.java b/java/org/apache/tomcat/util/bcel/classfile/AnnotationEntry.java index 980c74dee..b633bc21b 100644 --- a/java/org/apache/tomcat/util/bcel/classfile/AnnotationEntry.java +++ b/java/org/apache/tomcat/util/bcel/classfile/AnnotationEntry.java @@ -47,7 +47,6 @@ public class AnnotationEntry implements Constants, Serializable { * * @param file * @param constant_pool - * @param isRuntimeVisible * @throws IOException */ public static AnnotationEntry read(DataInputStream file, ConstantPool constant_pool) throws IOException {