오타수정

This commit is contained in:
2210045
2026-02-26 11:38:44 +09:00
parent ac3835a093
commit 48552e542c
@@ -21,7 +21,7 @@ public class UpdateCronCommand extends Command{
Logger logger = Logger.getLogger(Logger.LOGGER_SCHEDULLER);
logger.info(this.name + " Agent 가 호출되었습니다.");
if ( args == null || !(args instnaceof String)) {
if ( args == null || !(args instanceof String)) {
String msg = makeException("BECEAICAG001", null);
}