jhorvath commented on code in PR #7453:
URL: https://github.com/apache/netbeans/pull/7453#discussion_r1633055575


##########
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/Steps.java:
##########
@@ -358,11 +427,14 @@ public NotifyDescriptor createInput() {
 
         @Override
         public Step getNext() {
-            Step next = context.getNextStep();
-            if (next != null) {
-                next.prepare(getValue(), lookup);
-            }
-            return next;
+            NextStepProvider nsProvider = 
lookup.lookup(NextStepProvider.class);

Review Comment:
   This is good idea, but we don't have a way how to supply lookup to the 
default implementation for now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to