style: 调整代码风格 null == xx => xx == null(更符合大众风格)

This commit is contained in:
2025-06-01 11:09:12 +08:00
parent f83a901626
commit 265d90fa4c
21 changed files with 34 additions and 34 deletions

View File

@@ -76,7 +76,7 @@ public class LogInterceptor implements HandlerInterceptor {
Instant endTime = Instant.now();
logHandler.accessLogFinish(AccessLogContext.builder().endTime(endTime).build());
LogRecord.Started startedLogRecord = logTtl.get();
if (null == startedLogRecord) {
if (startedLogRecord == null) {
return;
}
// 结束日志记录