Skip to content

Commit b6c91e0

Browse files
author
James Hagborg
committed
Eclipse likes to break @code annotations, fix that.
1 parent e545ca2 commit b6c91e0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/main/java/org/usfirst/frc/team69/util/QuickCommand.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@
2222
* {@code exampleSubsystem.doSomething()} once and then end:
2323
*
2424
* <pre>
25-
* {
26-
* &#64;code
27-
* Command myCmd = QuickCommand.oneShot(Robot.exampleSubsystem,
28-
* () -> Robot.exampleSubsystem.doSomething());
25+
* {@code
26+
* Command myCmd = QuickCommand.oneShot(Robot.exampleSubsystem,
27+
* () -> Robot.exampleSubsystem.doSomething());
2928
* }
3029
* </pre>
3130
*

0 commit comments

Comments
 (0)