@ -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("서버 상태정보 전송 완료");
}