Commit d450dbd28865b00482b12d686a20f6249690e2ef
1 parent
c5bdfdce
从SimpleDateFormat 切换至 joda time
Showing
1 changed file
with
0 additions
and
3 deletions
src/main/java/com/bsth/websocket/handler/RealControlSocketHandler.java
| @@ -141,9 +141,6 @@ public class RealControlSocketHandler implements WebSocketHandler { | @@ -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 | public synchronized void sendMessageToLine(String lineCode, String msg) { | 145 | public synchronized void sendMessageToLine(String lineCode, String msg) { |
| 149 | 146 |