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
      * Creates a new instance of the {@link ReloadFormat} command.
53
      * Creates a new instance of the {@link ReloadFormat} command.
54
      *
54
      *
55
      * @param controller         The controller to use for command information.
55
      * @param controller         The controller to use for command information.
56
-     * @param identityController The controller to save identities on.
57
      */
56
      */
58
     @Inject
57
     @Inject
59
     public ReloadFormat(final CommandController controller,
58
     public ReloadFormat(final CommandController controller,
60
-                        final IdentityController identityController,
61
                         final EventFormatProvider formatProvider) {
59
                         final EventFormatProvider formatProvider) {
62
         super(controller);
60
         super(controller);
63
         this.formatProvider = formatProvider;
61
         this.formatProvider = formatProvider;

Loading…
Cancel
Save