File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
src/main/java/com/spikes2212/util Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ public int getLedMode() {
44
44
}
45
45
}
46
46
47
- protected static NetworkTableInstance table ;
48
-
49
47
private static final String DEFAULT_NAME = "limelight" ;
50
48
49
+ protected static NetworkTableInstance table ;
50
+
51
51
private final String name ;
52
52
53
53
public Limelight (String limelightName ) {
@@ -81,18 +81,6 @@ public NetworkTableValue getValue(String key) {
81
81
return getEntry (key ).getValue ();
82
82
}
83
83
84
- @ Deprecated (since = "2023" , forRemoval = true )
85
- public void periodic () {
86
- }
87
-
88
- /**
89
- * @deprecated use {@link #hasTarget()}
90
- */
91
- @ Deprecated (since = "2023" , forRemoval = true )
92
- public boolean isOnTarget () {
93
- return this .hasTarget ();
94
- }
95
-
96
84
/**
97
85
* @return whether a target is detected by the limelight
98
86
*/
You can’t perform that action at this time.
0 commit comments