Skip to content

Commit

Permalink
Flag HealthCheckProcedure as a @FunctionalInterface
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Mesnil <[email protected]>
  • Loading branch information
jmesnil committed Jul 5, 2017
1 parent c271287 commit 8e73dc9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @author Heiko Braun
* @since 13.06.17
*/
@FunctionalInterface
public interface HealthCheckProcedure {
HealthStatus perform();
}

0 comments on commit 8e73dc9

Please sign in to comment.