You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/10/04 19:07:35 UTC

svn commit: r1811132 - /tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java

Author: markt
Date: Wed Oct  4 19:07:35 2017
New Revision: 1811132

URL: http://svn.apache.org/viewvc?rev=1811132&view=rev
Log:
Fix Javadoc

Modified:
    tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java

Modified: tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java?rev=1811132&r1=1811131&r2=1811132&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java (original)
+++ tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java Wed Oct  4 19:07:35 2017
@@ -39,14 +39,15 @@ public abstract class FilterBase impleme
 
     /**
      * Iterates over the configuration parameters and either logs a warning,
-     * or throws an exception (if {@link #isConfigProblemFatal()} returns
-     * {@code true}), for any parameter that does not have a matching setter
-     * in this filter.
+     * or throws an exception for any parameter that does not have a matching
+     * setter in this filter.
      *
      * @param filterConfig The configuration information associated with the
      *                     filter instance being initialised
      *
-     * @throws ServletException
+     * @throws ServletException if {@link #isConfigProblemFatal()} returns
+     *                          {@code true} and a configured parameter does not
+     *                          have a matching setter
      */
     @Override
     public void init(FilterConfig filterConfig) throws ServletException {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org