Skip to content

Commit

Permalink
Remove FunctionalInterface annotation in CommandHandler interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jonx8 committed Sep 16, 2023
1 parent 9aae6c5 commit 85476ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/ru/etu/petci/handlers/CommandHandler.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package ru.etu.petci.handlers;


@FunctionalInterface
public interface CommandHandler {
/**
* This method should handle a certain command which is entered by user.
Expand Down

0 comments on commit 85476ac

Please sign in to comment.