Author: markt Date: Thu Sep 23 00:30:53 2010 New Revision: 1000284 URL: http://svn.apache.org/viewvc?rev=1000284&view=rev Log: Fix Javadoc warnings highlighted by buildbot
Modified: tomcat/trunk/java/org/apache/catalina/mbeans/ContainerMBean.java tomcat/trunk/java/org/apache/catalina/mbeans/ContextMBean.java tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/AnnotationEntry.java Modified: tomcat/trunk/java/org/apache/catalina/mbeans/ContainerMBean.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/mbeans/ContainerMBean.java?rev=1000284&r1=1000283&r2=1000284&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/mbeans/ContainerMBean.java (original) +++ tomcat/trunk/java/org/apache/catalina/mbeans/ContainerMBean.java Thu Sep 23 00:30:53 2010 @@ -172,7 +172,7 @@ public class ContainerMBean extends Base /** * 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 Base /** * 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{ Modified: tomcat/trunk/java/org/apache/catalina/mbeans/ContextMBean.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/mbeans/ContextMBean.java?rev=1000284&r1=1000283&r2=1000284&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/mbeans/ContextMBean.java (original) +++ tomcat/trunk/java/org/apache/catalina/mbeans/ContextMBean.java Thu Sep 23 00:30:53 2010 @@ -166,7 +166,7 @@ public class ContextMBean extends Contai * 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 { Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/AnnotationEntry.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/AnnotationEntry.java?rev=1000284&r1=1000283&r2=1000284&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/AnnotationEntry.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/AnnotationEntry.java Thu Sep 23 00:30:53 2010 @@ -47,7 +47,6 @@ public class AnnotationEntry implements * * @param file * @param constant_pool - * @param isRuntimeVisible * @throws IOException */ public static AnnotationEntry read(DataInputStream file, ConstantPool constant_pool) throws IOException { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org