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 2020/01/15 16:38:31 UTC

[tomcat] branch 9.0.x updated: Align master, 9.0.x and 8.5.x

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 581b30f  Align master, 9.0.x and 8.5.x
581b30f is described below

commit 581b30f831a156f3155eb0d6a5545a83b23db3f4
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jan 15 16:38:16 2020 +0000

    Align master, 9.0.x and 8.5.x
---
 java/org/apache/catalina/ant/ServerinfoTask.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/java/org/apache/catalina/ant/ServerinfoTask.java b/java/org/apache/catalina/ant/ServerinfoTask.java
index e6605e0..f8c2ced 100644
--- a/java/org/apache/catalina/ant/ServerinfoTask.java
+++ b/java/org/apache/catalina/ant/ServerinfoTask.java
@@ -14,8 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
-
 package org.apache.catalina.ant;
 
 
@@ -44,5 +42,4 @@ public class ServerinfoTask extends AbstractCatalinaTask {
         execute("/serverinfo");
 
     }
-
 }


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