Skip to content

Commit

Permalink
fix: remove remove
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kir-wwu committed Dec 30, 2023
1 parent d0f6183 commit 2c867be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public interface IExecutionController<I extends IExecution> {

public void add(I model);

public void remove(I model);
// public void remove(I model);

public void create(I model);

Expand Down

0 comments on commit 2c867be

Please sign in to comment.