summaryrefslogtreecommitdiffstats
path: root/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java
diff options
context:
space:
mode:
authoryuyang <Gabriel.yuyang@huawei.com>2017-02-20 11:28:17 +0800
committeryuyang <Gabriel.yuyang@huawei.com>2017-03-09 19:54:56 +0800
commitc5162f01bb54eab6b3c4056074e28e0080dc4d08 (patch)
tree62c3c6b08fd54e25deb22949a009bc7ce3ac9612 /testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java
parent5938133db9d2a4a8796c45eeeeef2c74da3ddeba (diff)
Add liscense to file headers
JIRA: BOTTLENECK-133 Some Yaml, XML and __init__.py file do not have liscense headers. This patch is to add headers to those files or delete those are deprecated. Change-Id: Ie059b1f1879eb420eec171f96985247510c74642 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java')
-rw-r--r--testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java35
1 files changed, 0 insertions, 35 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
deleted file mode 100644
index dc3fb32f..00000000
--- a/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package edu.rice.rubbos.servlets;
-
-
-public class Config
-{
-
- /**
- * Creates a new <code>Config</code> instance.
- */
- Config()
- {
- }
-
-
- public static final String HTMLFilesPath = "REPLACED_RUBBOS_HOME/Servlet_HTML";
- public static final String DatabaseProperties = "REPLACED_RUBBOS_HOME/Servlets/mysql.properties";
- public static final int DatabasePropertiesSize = 1;
-
- public static final int AboutMePoolSize = 10;
- public static final int BrowseCategoriesPoolSize = 6;
- public static final int BrowseRegionsPoolSize = 6;
- public static final int BuyNowPoolSize = 4;
- public static final int PutBidPoolSize = 8;
- public static final int PutCommentPoolSize = 2;
- public static final int RegisterItemPoolSize = 2;
- public static final int RegisterUserPoolSize = 2;
- public static final int SearchItemsByCategoryPoolSize = 15;
- public static final int SearchItemsByRegionPoolSize = 20;
- public static final int StoreBidPoolSize = 8;
- public static final int StoreBuyNowPoolSize = 4;
- public static final int StoreCommentPoolSize = 2;
- public static final int ViewBidHistoryPoolSize = 4;
- public static final int ViewItemPoolSize = 20;
- public static final int ViewUserInfoPoolSize = 4;
-}