Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kir-wwu committed Dec 13, 2023
1 parent e56e2a2 commit 9cdfda4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.List;
import java.util.Optional;

public interface IExecutionController extends IModelController {
public interface IExecutionController {

public Optional<IExecution> read(Integer id);

Expand Down

0 comments on commit 9cdfda4

Please sign in to comment.