瀏覽代碼

Remove unused things.

pull/775/head
Shane Mc Cormack 7 年之前
父節點
當前提交
82165a222a
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      src/main/java/com/dmdirc/commandparser/commands/global/ReloadFormat.java

+ 0
- 2
src/main/java/com/dmdirc/commandparser/commands/global/ReloadFormat.java 查看文件

@@ -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…
取消
儲存