This commit is contained in:
zzz
2015-03-16 15:44:45 +00:00
parent 819b35c760
commit 7e4832d5f2
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ import org.eclipse.jetty.webapp.WebAppContext;
public class WebAppStarter {
private static final Map<String, Long> warModTimes = new ConcurrentHashMap<String, Long>();
static final Map INIT_PARAMS = new HashMap(4);
static final Map<String, String> INIT_PARAMS = new HashMap<String, String>(4);
//static private Log _log;
static {