Browse Source

spring-boot-demo-websocket-socketio 后端完成

pull/1/head
Yangkai.Shen 6 years ago
parent
commit
cd042eca53
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      spring-boot-demo-websocket-socketio/src/main/java/com/xkcoding/websocket/socketio/controller/MessageController.java

+ 0
- 1
spring-boot-demo-websocket-socketio/src/main/java/com/xkcoding/websocket/socketio/controller/MessageController.java View File

@@ -47,7 +47,6 @@ public class MessageController {
*
* @param bean Bean对象
* @return 是否为空,<code>true</code> - 空 / <code>false</code> - 非空
* @since 4.1.10
*/
private boolean isBlank(Object bean) {
if (null != bean) {


Loading…
Cancel
Save