Skip to content

Commit f9235ed

Browse files
committed
undeprecate methods
1 parent 9b0c462 commit f9235ed

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/org/carlmontrobotics/lib199/DummySparkMaxAnswer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
import org.mockito.invocation.InvocationOnMock;
1414

15-
@Deprecated
1615
public class DummySparkMaxAnswer extends REVLibErrorAnswer {
1716

1817
private static final long serialVersionUID = 2284848703213263465L;

src/main/java/org/carlmontrobotics/lib199/MotorErrors.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public static void printSparkMaxErrorMessages() {
9595
flags.keySet().forEach((spark) -> checkSparkMaxErrors(spark));
9696
}
9797

98-
@Deprecated
9998
public static CANSparkMax createDummySparkMax() {
10099
return DummySparkMaxAnswer.DUMMY_SPARK_MAX;
101100
}

0 commit comments

Comments
 (0)