Author: markt
Date: Mon Aug 10 13:11:26 2015
New Revision: 1695059

URL: http://svn.apache.org/r1695059
Log:
Trivial commit to debug CI build

Modified:
    tomcat/trunk/java/org/apache/catalina/ant/BaseRedirectorHelperTask.java

Modified: 
tomcat/trunk/java/org/apache/catalina/ant/BaseRedirectorHelperTask.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ant/BaseRedirectorHelperTask.java?rev=1695059&r1=1695058&r2=1695059&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ant/BaseRedirectorHelperTask.java 
(original)
+++ tomcat/trunk/java/org/apache/catalina/ant/BaseRedirectorHelperTask.java Mon 
Aug 10 13:11:26 2015
@@ -108,8 +108,10 @@ public abstract class BaseRedirectorHelp
     }
 
     /**
-     * Returns the value of the failOnError
-     * property.
+     * Returns the value of the failOnError property.
+     *
+     * @return <code>true</code> if the task should will if an error occurs,
+     *         otherwise <code>false</code>
      */
     public boolean isFailOnError() {
       return failOnError;



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to