Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
add public to hover view state
Browse files Browse the repository at this point in the history
  • Loading branch information
Seohyun Kwak committed Nov 5, 2019
1 parent 3393905 commit de2113b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de2113b

Please sign in to comment.