no message

main
이범준 5 months ago
parent 83c5da5899
commit aeb7b4c449

@ -57,7 +57,7 @@ public void execute(JobExecutionContext context) throws JobExecutionException {
", state size:" + this.state.size() + "," + this.state.get(this.state.size() - 1));
this.logger.info("서버 상태정보 전송 시작");
CallServerStatusInfo obj = new CallServerStatusInfo();
new CallServerStatusInfo();
this.logger.info("서버 상태정보 전송 완료");
}

Loading…
Cancel
Save