Skip to content

Commit

Permalink
✨ spring-boot-demo-websocket-socketio 后端完成
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Dec 18, 2018
1 parent 4bfb4f1 commit cd042ec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public Dict broadcast(BroadcastMessageRequest message) {
*
* @param bean Bean对象
* @return 是否为空,<code>true</code> - 空 / <code>false</code> - 非空
* @since 4.1.10
*/
private boolean isBlank(Object bean) {
if (null != bean) {
Expand Down

0 comments on commit cd042ec

Please sign in to comment.