From: markt Date: Tue, 11 Jan 2011 14:59:32 +0000 (+0000) Subject: Remove first blank line. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=753e3f8f541e1290371be6b8d0fa19328dd4b58c;p=tomcat7.0 Remove first blank line. REmove $Id:$ git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1057680 13f79535-47bb-0310-9956-ffa450edef68 --- 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;