We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f49ec commit 151a26aCopy full SHA for 151a26a
1 file changed
CommonCode/src/main/java/com/hazenrobotics/commoncode/interfaces/OpModeInterface.java
@@ -9,5 +9,5 @@ public interface OpModeInterface extends HardwareInterface, GamepadInterface, Id
9
* longer active, any loops currently calling this function should break and stop.
10
* @return True if the OpMode is currently active, False if the OpMode needs to or is stopped.
11
*/
12
- boolean opModeisActive();
+ boolean opModeIsActive();
13
}
0 commit comments