Selaa lähdekoodia

Remove unused imports.

pull/137/head
Greg Holmes 9 vuotta sitten
vanhempi
commit
f036969480

+ 1
- 1
src/com/dmdirc/config/profiles/Profile.java Näytä tiedosto

@@ -46,7 +46,7 @@ public class Profile {
46 46
     private final List<String> nicknames;
47 47
 
48 48
     public Profile(final String name, final String realname, final Optional<String> ident,
49
-            final List<String> nicknames) {
49
+            final Iterable<String> nicknames) {
50 50
         this.name = name;
51 51
         this.realname = realname;
52 52
         this.ident = ident;

+ 0
- 2
src/com/dmdirc/config/profiles/ProfilesModule.java Näytä tiedosto

@@ -23,8 +23,6 @@
23 23
 package com.dmdirc.config.profiles;
24 24
 
25 25
 import com.dmdirc.commandline.CommandLineOptionsModule;
26
-import com.dmdirc.commandparser.auto.AutoCommandStore;
27
-import com.dmdirc.commandparser.auto.YamlAutoCommandStore;
28 26
 import com.dmdirc.interfaces.SystemLifecycleComponent;
29 27
 
30 28
 import java.nio.file.Path;

Loading…
Peruuta
Tallenna