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


##########
ide/xml.core/src/org/netbeans/modules/xml/api/model/GrammarQueryManager.java:
##########
@@ -108,7 +108,7 @@ private static class DefaultQueryManager extends 
GrammarQueryManager {
 
         private static final String FOLDER = 
"Plugins/XML/GrammarQueryManagers";// NOI18N
         
-        private Lookup.Result registrations;
+        private Lookup.Result<?> registrations;

Review Comment:
   I fixed the declaration. As for the `getRegistrations` , I think I fixed 
that as best that I could figure out. Let me know if you think I made a mistake 
or needs more work. It was unclear to me about the `usesite` reference.



##########
ide/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/FoldViewFactory.java:
##########
@@ -104,7 +104,7 @@ public static void register() {
     /**
      * Lookup results for color settings, being listened for changes.
      */
-    private Lookup.Result       colorSource;
+    private Lookup.Result<?>    colorSource;

Review Comment:
   Oversight on my part. 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