This commit is contained in:
wentch
2016-01-21 13:52:03 +08:00
parent 7a59fe9550
commit e9423a322f

View File

@@ -383,7 +383,7 @@ public abstract class WebSocket {
/**
* 获取当前进程节点所有在线的WebSocketGroup
*
* @return
* @return WebSocketGroup列表
*/
protected final Collection<WebSocketGroup> getWebSocketGroups() {
return _engine.getWebSocketGroups();