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/04/20 13:59:51 UTC

svn commit: r1792059 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/ant/FindLeaksTask.java

Author: markt
Date: Thu Apr 20 13:59:51 2017
New Revision: 1792059

URL: http://svn.apache.org/viewvc?rev=1792059&view=rev
Log:
Trivial clean-up to trigger CI build

Modified:
    tomcat/tc8.5.x/trunk/java/org/apache/catalina/ant/FindLeaksTask.java

Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/ant/FindLeaksTask.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/ant/FindLeaksTask.java?rev=1792059&r1=1792058&r2=1792059&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/java/org/apache/catalina/ant/FindLeaksTask.java (original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/catalina/ant/FindLeaksTask.java Thu Apr 20 13:59:51 2017
@@ -47,6 +47,7 @@ public class FindLeaksTask extends Abstr
         return statusLine;
     }
 
+
     /**
      * Execute the requested operation.
      *
@@ -54,9 +55,7 @@ public class FindLeaksTask extends Abstr
      */
     @Override
     public void execute() throws BuildException {
-
         super.execute();
         execute("/findleaks?statusLine=" + Boolean.toString(statusLine));
     }
-
 }



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