Skip to content

Commit

Permalink
fix interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendesce committed Mar 30, 2024
1 parent 882f024 commit 19b1787
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 java.util.List;

public interface StepChain {
public interface ExecutorStepChain {

List<ExecutorStep<?>> getPreparationSteps();

Expand Down

0 comments on commit 19b1787

Please sign in to comment.