오타
This commit is contained in:
@@ -18,7 +18,7 @@ public class UpdateCronCommand extends Command{
|
|||||||
|
|
||||||
public Object execute() throws CommandException
|
public Object execute() throws CommandException
|
||||||
{
|
{
|
||||||
Logger logger = Logger.getLogger(Logger.LOGGER_SCHEDULLER);
|
Logger logger = Logger.getLogger(Logger.LOGGER_SCHEDULER);
|
||||||
logger.info(this.name + " Agent 가 호출되었습니다.");
|
logger.info(this.name + " Agent 가 호출되었습니다.");
|
||||||
|
|
||||||
if ( args == null || !(args instanceof String)) {
|
if ( args == null || !(args instanceof String)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user