Skip to content

Commit

Permalink
🐛update processor
Browse files Browse the repository at this point in the history
  • Loading branch information
stelin committed Jul 12, 2023
1 parent 710344f commit 63da12c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @author stelin [email protected]
* @since 1.0.0
*/
public interface MapProcessor extends BaseProcessor {
public interface MapProcessor extends JavaProcessor {

/**
* Map
Expand Down Expand Up @@ -61,14 +61,4 @@ default ProcessResult map(List<? extends Object> tasks, String taskName) {
});
return result;
}

/**
* Stop processor.
*
* @param context context
*/
@Override
default void stop(JobContext context) {

}
}

0 comments on commit 63da12c

Please sign in to comment.