File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ng-appserver/src/main/java/ng/appserver Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ private void beforeComponent( final NGContext context ) {
5757 // If no instance was obtained, we need to create the component instance and insert it into the parent's child map.
5858 if ( newComponentInstance == null ) {
5959 // Load up our component's definition
60- final NGComponentDefinition componentDefinition = NGApplication .application ().elementManager ()._componentDefinition ( _componentName );
60+ final NGComponentDefinition componentDefinition = NGApplication .application ().elementManager ().componentDefinition ( _componentName );
6161
6262 // ...and obtain an instance of the component
6363 newComponentInstance = componentDefinition .componentInstanceInContext ( context );
You can’t perform that action at this time.
0 commit comments