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

Commit

Permalink
Merge pull request #36 from Buzzvil/public-hoverviewstate
Browse files Browse the repository at this point in the history
add public to hover view state
  • Loading branch information
toc2menow committed Nov 7, 2019
2 parents 3393905 + de2113b commit 2832dec
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 2832dec

Please sign in to comment.