BradWalker opened a new pull request #2958:
URL: https://github.com/apache/netbeans/pull/2958


   This change will remove the last remaining warnings about raw type HashSet.
   
      [repeat] 
/home/bwalker/src/netbeans/platform/core.multiview/src/org/netbeans/core/multiview/MultiViewActionMap.java:124:
 warning: [rawtypes] found raw type: HashSet
      [repeat]         Set keys = new HashSet();
      [repeat]                        ^
      [repeat]   missing type arguments for generic class HashSet<E>
      [repeat]   where E is a type-variable:
      [repeat]     E extends Object declared in class HashSet
   
   At this point, we have removed all warnings related to this.. Hooray!!


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

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