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


##########
platform/core.netigso/src/org/netbeans/core/netigso/Netigso.java:
##########
@@ -118,7 +118,7 @@ protected void prepare(Lookup lkp, Collection<? extends 
Module> preregister) {
         if (framework == null) {
             readBundles();
             
-            Map configMap = new HashMap();
+            Map configMap = new HashMap<>();

Review Comment:
   Right you are! The problem is that I could not figure out a way to do 
generics here on the LHS. If you have a suggestion, I'm completely open to 
hearing it.



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