Skip to content

Commit bd57aa5

Browse files
Run spotlessApply
1 parent 531fa28 commit bd57aa5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • application/src/main/java/org/togetherjava/tjbot/commands

application/src/main/java/org/togetherjava/tjbot/commands/Command.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
/**
1717
* The class all commands have to abstract. <br>
18-
* Instead of implementing this interface, you can also extend {@link org.togetherjava.tjbot.commands.example.AbstractCommand}.
18+
* Instead of implementing this interface, you can also extend
19+
* {@link org.togetherjava.tjbot.commands.example.AbstractCommand}.
1920
*
2021
* Look at {@link CommandExample} for an example. <br>
2122
* Or look at {@link SubCommandExample} for an example with subcommands.

0 commit comments

Comments
 (0)