summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-09-07 03:04:03 -0400
committerJun Li <matthew.lijun@huawei.com>2016-09-07 08:13:05 +0000
commitf150887d442efddc05ab7bace7bb38132f890001 (patch)
tree476494bb77cf18d579c198da7ad0c0a8ae489b65
parent79cec44cd0a2a0ec4cdc000d5cd131c57d26cbbb (diff)
delete unnecessary file head
JIRA: BOTTLENECK-87 Change-Id: I67786b0481d734d09422fe5b757380cdd94d762d Signed-off-by: MatthewLi <matthew.lijun@huawei.com> (cherry picked from commit 189733bcec49792d358e944616c2dbad313205ac)
-rw-r--r--testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java33
1 files changed, 0 insertions, 33 deletions
diff --git a/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java b/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java
index b415ba4b..dc3fb32f 100644
--- a/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java
+++ b/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java
@@ -1,38 +1,5 @@
-
-/**
- * RUBBoS: Rice University Bulletin Board System.
- * Copyright (C) 2001-2004 Rice University and French National Institute For
- * Research In Computer Science And Control (INRIA).
- * Contact: jmob@objectweb.org
- *
- * This library is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as published by the
- * Free Software Foundation; either version 2.1 of the License, or any later
- * version.
- *
- * This library is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
- * for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this library; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
- *
- * Initial developer(s): Emmanuel Cecchet.
- * Contributor(s): ______________________.
- */
-
package edu.rice.rubbos.servlets;
-/**
- * This class contains the configuration for the servlets like the path of HTML
- * files, etc ...
- *
- * @author <a href="mailto:cecchet@rice.edu">Emmanuel Cecchet </a> and <a
- * href="mailto:julie.marguerite@inrialpes.fr">Julie Marguerite </a>
- * @version 1.0
- */
public class Config
{