Browse Source

Remove unused things.

pull/775/head
Shane Mc Cormack 7 years ago
parent
commit
82165a222a

+ 0
- 2
src/main/java/com/dmdirc/commandparser/commands/global/ReloadFormat.java View File

@@ -53,11 +53,9 @@ public final class ReloadFormat extends BaseCommand implements IntelligentComman
53 53
      * Creates a new instance of the {@link ReloadFormat} command.
54 54
      *
55 55
      * @param controller         The controller to use for command information.
56
-     * @param identityController The controller to save identities on.
57 56
      */
58 57
     @Inject
59 58
     public ReloadFormat(final CommandController controller,
60
-                        final IdentityController identityController,
61 59
                         final EventFormatProvider formatProvider) {
62 60
         super(controller);
63 61
         this.formatProvider = formatProvider;

Loading…
Cancel
Save