This commit is contained in:
wentch
2016-01-15 15:03:32 +08:00
parent de97ec39e0
commit 057a3e13e2
7 changed files with 106 additions and 19 deletions

View File

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