This commit is contained in:
地平线
2015-06-30 15:04:17 +08:00
parent 530e625508
commit 691ba299ab
2 changed files with 2 additions and 2 deletions

View File

@@ -33,8 +33,6 @@ public class DataCacheListenerService implements DataCacheListener, Service {
private final boolean finest = logger.isLoggable(Level.FINEST);
;
@Resource(name = "APP_NODE")
private String localNodeName = "";

View File

@@ -6,6 +6,7 @@
package com.wentch.redkale.service;
import com.wentch.redkale.net.http.*;
import com.wentch.redkale.util.*;
import java.io.*;
import java.util.*;
import java.util.concurrent.*;
@@ -16,6 +17,7 @@ import javax.annotation.*;
*
* @author zhangjx
*/
@AutoLoad(false)
public class WebSocketNodeService implements Service {
public static final int RETCODE_ENGINE_NULL = 5001;