Commit d450dbd28865b00482b12d686a20f6249690e2ef

Authored by 潘钊
1 parent c5bdfdce

从SimpleDateFormat 切换至 joda time

src/main/java/com/bsth/websocket/handler/RealControlSocketHandler.java
... ... @@ -141,9 +141,6 @@ public class RealControlSocketHandler implements WebSocketHandler {
141 141  
142 142 /**
143 143 * 根据线路推送消息
144   - *
145   - * @param userId
146   - * @param message
147 144 */
148 145 public synchronized void sendMessageToLine(String lineCode, String msg) {
149 146  
... ...