This commit is contained in:
wentch
2016-01-14 16:46:45 +08:00
parent 032ff0c172
commit 3621401c8c

View File

@@ -26,7 +26,7 @@ import org.redkale.watch.*;
*/ */
public abstract class Server { public abstract class Server {
public static final String RESNAME_ROOT = "SER_ROOT"; public static final String RESNAME_ROOT = "SERVER_ROOT";
protected final Logger logger = Logger.getLogger(this.getClass().getSimpleName()); protected final Logger logger = Logger.getLogger(this.getClass().getSimpleName());