Skip to content

Commit 09a7b0d

Browse files
committed
JavaDoc typo
1 parent 7c7bb0a commit 09a7b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/payne/games/piemenu/PieMenu.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public void resetSelection() {
174174
* that will allow the user to directly be interacting with the
175175
* {@code touchDragged} event.<br>
176176
* This bypasses the {@link #selectionButton} filter that is inside the
177-
* {@link SuggestedClickListener}
177+
* {@link SuggestedClickListener}.
178178
*/
179179
public void triggerDefaultListenerTouchDown() { // todo: is this proper? Candidate for @Deprecated
180180
InputEvent event = new InputEvent();

0 commit comments

Comments
 (0)