오타수정
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user