BradWalker commented on code in PR #7597:
URL: https://github.com/apache/netbeans/pull/7597#discussion_r1912214814


##########
platform/openide.loaders/src/org/openide/loaders/InstanceDataObject.java:
##########
@@ -671,8 +671,8 @@ public Lookup getLookup() {
         }
     }
 
-    private Lookup.Result cookieResult = null;
-    private Lookup.Result nodeResult = null;
+    private Lookup.Result<?> cookieResult = null;

Review Comment:
   Agreed and fixed.



##########
platform/openide.loaders/src/org/openide/loaders/XMLDataObjectInfoParser.java:
##########
@@ -95,7 +95,7 @@ private static class StopSaxException extends SAXException {
     private Reference<XMLDataObject> xml;
     private String parsedId;
     private Lookup lookup;
-    private Lookup.Result result;
+    private Lookup.Result<?> result;

Review Comment:
   Agreed and fixed.



-- 
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