From de2113be19db516df30265549f7d3f2d06a5936c Mon Sep 17 00:00:00 2001 From: Seohyun Kwak Date: Tue, 5 Nov 2019 17:06:56 +0900 Subject: [PATCH] add public to hover view state --- hover/src/main/java/io/mattcarroll/hover/HoverViewState.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hover/src/main/java/io/mattcarroll/hover/HoverViewState.java b/hover/src/main/java/io/mattcarroll/hover/HoverViewState.java index 6a175af..e77e01c 100644 --- a/hover/src/main/java/io/mattcarroll/hover/HoverViewState.java +++ b/hover/src/main/java/io/mattcarroll/hover/HoverViewState.java @@ -22,7 +22,7 @@ * A state of a {@link HoverView}. {@code HoverView} is implemented with a state pattern and this * is the interface that is implemented by all such states. */ -interface HoverViewState { +public interface HoverViewState { /** * Activates this state. * @param hoverView hoverView