update 优化注释格式,删除无用假注释

2.X
AprilWind 1 year ago
parent 2eb9ec8526
commit c5bb1029f6

@ -95,16 +95,8 @@ public class LogEventListener {
}
remoteLogService.saveLogininfor(logininfor);
}
/**
*
* null
*
* @param msg
* @return
*/
private String getBlock(Object msg) {
// 如果传入对象为 null则将其替换为空字符串
if (msg == null) {
msg = "";
}

Loading…
Cancel
Save