Skip to content

Commit

Permalink
make it public
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyuepeng committed Apr 22, 2024
1 parent e8f2e58 commit 1b97c42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.springframework.context.SmartLifecycle;

interface IWorker extends SmartLifecycle {
public interface IWorker extends SmartLifecycle {
boolean submitTask(ExecuteTaskParam param);
void stopTask(long taskid);
}

0 comments on commit 1b97c42

Please sign in to comment.