Selaa lähdekoodia

Oops

Change-Id: Iffa8782b5a0a09acdaddc519f193febb84b10606
Reviewed-on: http://gerrit.dmdirc.com/2065
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.7rc1
Chris Smith 13 vuotta sitten
vanhempi
commit
fd4e2649bc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/com/dmdirc/util/SimpleInjector.java

+ 1
- 1
src/com/dmdirc/util/SimpleInjector.java Näytä tiedosto

@@ -86,7 +86,7 @@ public class SimpleInjector {
86 86
         } while (target != null);
87 87
 
88 88
         // Add all interfaces
89
-        for (Class<?> iface : parent.getClass().getInterfaces()) {
89
+        for (Class<?> iface : object.getClass().getInterfaces()) {
90 90
             addParameter(iface, object);
91 91
         }
92 92
     }

Loading…
Peruuta
Tallenna