Browse Source

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 years ago
parent
commit
fd4e2649bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/dmdirc/util/SimpleInjector.java

+ 1
- 1
src/com/dmdirc/util/SimpleInjector.java View File

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

Loading…
Cancel
Save