Fix Javadoc warnings highlighted by buildbot
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 23 Sep 2010 00:30:53 +0000 (00:30 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 23 Sep 2010 00:30:53 +0000 (00:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1000284 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/mbeans/ContainerMBean.java
java/org/apache/catalina/mbeans/ContextMBean.java
java/org/apache/tomcat/util/bcel/classfile/AnnotationEntry.java

index 21f87dc..f2d2cd3 100644 (file)
@@ -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{
index debaccc..de4b5cd 100644 (file)
@@ -166,7 +166,7 @@ public class ContextMBean extends ContainerMBean {
      * Return the filter definition for the specified filter name, if any;
      * otherwise return <code>null</code>.
      *
-     * @param filterName Filter name to look up
+     * @param name Filter name to look up
      */
     public String findFilterDef(String name) throws MBeanException {
         
index 980c74d..b633bc2 100644 (file)
@@ -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 {