Skip to content

Commit

Permalink
(refactor) Annotate BoundsQuery with FunctionalInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez authored and brcolow committed Dec 3, 2016
1 parent 79f5926 commit 0dc231b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
/**
* Essentially, a {@link java.util.function.Supplier} that returns a {@link Bounds} object via {@link #query()}.
*/
@FunctionalInterface
public interface BoundsQuery {

public Bounds query();
Expand Down

0 comments on commit 0dc231b

Please sign in to comment.