Skip to content

Commit e7fe9f9

Browse files
committed
fix javadoc
1 parent 4b8eee7 commit e7fe9f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static WPI_TalonSRX createTalon(int id) {
5757
return talon;
5858
}
5959
/**
60-
* To use the configAccessor, use {@link MotorControllerFactory#getConfigAccessor(SparkBase...)}
60+
* To use the configAccessor, use {@link MotorControllerFactory#getConfigAccessor(SparkBase)}
6161
*
6262
* @param id the port of the motor controller
6363
* @param motorConfig the motor configuration to use
@@ -66,7 +66,7 @@ public static SparkBase createSpark(int id, MotorConfig motorConfig) {
6666
return createSpark(id, motorConfig, sparkConfig(motorConfig));
6767
}
6868
/**
69-
* To use the configAccessor, use {@link MotorControllerFactory#getConfigAccessor(SparkBase...)}
69+
* To use the configAccessor, use {@link MotorControllerFactory#getConfigAccessor(SparkBase)}
7070
*
7171
* @param id the port of the motor controller
7272
* @param motorConfig the motor configuration to use

0 commit comments

Comments
 (0)