We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513384a commit 489cb9eCopy full SHA for 489cb9e
1 file changed
src/main/java/org/carlmontrobotics/lib199/safeMode/SafeJoystick.java
@@ -59,7 +59,7 @@ public boolean getRawButton(int button) {
59
}
60
61
/**
62
- * Safe version of {@link GenericHID#getRawButtonPressed(int)(int)}.
+ * Safe version of {@link GenericHID#getRawButtonPressed(int)}.
63
*
64
* @param button The button to read
65
* @return Whether the button was pressed since the last check
@@ -73,7 +73,7 @@ public boolean getRawButtonPressed(int button) {
73
74
75
76
- * Safe version of {@link GenericHID#getRawButtonReleased(int)(int)}.
+ * Safe version of {@link GenericHID#getRawButtonReleased(int)}.
77
78
79
* @return Whether the button was released since the last check
0 commit comments