Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 06f82a9

Browse files
Fixed javadoc.
1 parent 95c32ff commit 06f82a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/swervelib/motors/SwerveMotor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public abstract class SwerveMotor
1515
*/
1616
public final int maximumRetries = 5;
1717
/**
18-
* Sim motor to use, defaulted in {@link SwerveMotor#getSimMotor()}, but can be overridden here. <b/> NOTE: This will
18+
* Sim motor to use, defaulted in {@link SwerveMotor#getSimMotor()}, but can be overridden here. <br/> NOTE: This will
1919
* not change the simulation motor type! It is intended for use only if you are utilizing Feedforwards from
2020
* PathPlanner.
2121
*/

0 commit comments

Comments
 (0)