Component registry - Fixed resolution of name-based dependencies
This commit is contained in:
parent
dc6668e6dc
commit
bc2a0c69bb
1 changed files with 0 additions and 1 deletions
|
@ -463,7 +463,6 @@ public class ComponentRegistry
|
|||
ComponentState cs;
|
||||
if ( dep.getTargetClass( ) == null ) {
|
||||
cs = byName.get( dep.getTargetName( ) );
|
||||
continue;
|
||||
} else {
|
||||
final ArrayList< ComponentState > lt = byType.get( dep.getTargetClass( ) );
|
||||
if ( lt == null ) {
|
||||
|
|
Loading…
Reference in a new issue