You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FIXME: Registering for the instance stopper to work. We neeshould to convert NGAdminAction to routes // Hugi 2025-03-16
165
+
// FIXME: Registering for the instance stopper to work. Horrid stuff. We need to convert NGAdminAction to routes // Hugi 2025-03-16
166
166
NGElementUtils.addClass( NGAdminAction.class );
167
167
168
168
// FIXME: Eventually the adaptor startup should probably be done by the user
@@ -654,7 +654,7 @@ public void terminate() {
654
654
/**
655
655
* @return The named component, where [componentName] can be either the component's simple class name or full class name.
656
656
*
657
-
* CHECKME: The implementation of this method is in elementManager, we're currently nly keeping this method around for API compatibility with older projects.
657
+
* CHECKME: The implementation of this method is in elementManager, we're currently only keeping this method around for API compatibility with older projects.
@@ -663,7 +663,7 @@ public NGComponent pageWithName( final String componentName, final NGContext con
663
663
/**
664
664
* @return A new instance of [componentClass] in the given [context]
665
665
*
666
-
* CHECKME: The implementation of this method is in elementManager, we're currently nly keeping this method around for API compatibility with older projects.
666
+
* CHECKME: The implementation of this method is in elementManager, we're currently only keeping this method around for API compatibility with older projects.
667
667
*/
668
668
public <EextendsNGComponent> EpageWithName( finalClass<E> componentClass, finalNGContextcontext ) {
0 commit comments