From 420df5ce7a3fc3f94d59b1edf8c713c9ce068f73 Mon Sep 17 00:00:00 2001 From: 2210045 <2210045@P9801Y.kjbank.dom> Date: Thu, 26 Feb 2026 14:37:02 +0900 Subject: [PATCH] =?UTF-8?q?package=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/eactive/eai/agent/cron/UpdateCronCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/eactive/eai/agent/cron/UpdateCronCommand.java b/src/com/eactive/eai/agent/cron/UpdateCronCommand.java index cb7dbe0..ccdfb2c 100644 --- a/src/com/eactive/eai/agent/cron/UpdateCronCommand.java +++ b/src/com/eactive/eai/agent/cron/UpdateCronCommand.java @@ -1,4 +1,4 @@ -package src.com.eactive.eai.agent.cron; +package com.eactive.eai.agent.cron; import com.eactive.eai.agent.command.Command; import com.eactive.eai.agent.command.CommandException;