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;
|
ComponentState cs;
|
||||||
if ( dep.getTargetClass( ) == null ) {
|
if ( dep.getTargetClass( ) == null ) {
|
||||||
cs = byName.get( dep.getTargetName( ) );
|
cs = byName.get( dep.getTargetName( ) );
|
||||||
continue;
|
|
||||||
} else {
|
} else {
|
||||||
final ArrayList< ComponentState > lt = byType.get( dep.getTargetClass( ) );
|
final ArrayList< ComponentState > lt = byType.get( dep.getTargetClass( ) );
|
||||||
if ( lt == null ) {
|
if ( lt == null ) {
|
||||||
|
|
Loading…
Reference in a new issue