routerconsole: type arguments, unused imports

This commit is contained in:
str4d
2013-11-21 11:31:50 +00:00
parent bff79cdae8
commit 2f4765665d
51 changed files with 121 additions and 184 deletions

View File

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