Skip to content

Commit

Permalink
Make AbstractAddStepHandler abstract. Concrete implementations should…
Browse files Browse the repository at this point in the history
… be explicitly avoided, as these create unnecessary no-op runtime steps.
  • Loading branch information
pferraro committed Jun 29, 2023
1 parent f71fdb6 commit 9bf8ede
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* @author John Bailey
* @author Paul Ferraro
*/
public class AbstractAddStepHandler implements OperationStepHandler, OperationDescriptor {
public abstract class AbstractAddStepHandler implements OperationStepHandler, OperationDescriptor {

private static final String AUTO_POPULATE_MODEL = "auto-populate-model";

Expand Down

0 comments on commit 9bf8ede

Please sign in to comment.