From 753e3f8f541e1290371be6b8d0fa19328dd4b58c Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 11 Jan 2011 14:59:32 +0000 Subject: [PATCH] Remove first blank line. REmove $Id:$ git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1057680 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/examples/WEB-INF/classes/HelloWorldExample.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webapps/examples/WEB-INF/classes/HelloWorldExample.java b/webapps/examples/WEB-INF/classes/HelloWorldExample.java index f44cee0af..b642aba1a 100644 --- a/webapps/examples/WEB-INF/classes/HelloWorldExample.java +++ b/webapps/examples/WEB-INF/classes/HelloWorldExample.java @@ -1,4 +1,3 @@ - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -15,10 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -/* $Id$ - * - */ - import java.io.IOException; import java.io.PrintWriter; import java.util.ResourceBundle; -- 2.11.0