Remove first blank line.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 11 Jan 2011 14:59:32 +0000 (14:59 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 11 Jan 2011 14:59:32 +0000 (14:59 +0000)
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

index f44cee0..b642aba 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * 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;