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


##########
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:
   I agree. I'm starting to see a lot of things like this, whereby the code 
clearly needs some work. Thanks for the help.



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