You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/01/03 20:31:42 UTC

[GitHub] [netbeans] matthiasblaesing commented on a change in pull request #1838: [NETBEANS-3659] - clean up List raw type warnings..

matthiasblaesing commented on a change in pull request #1838: [NETBEANS-3659] - clean up List raw type warnings..
URL: https://github.com/apache/netbeans/pull/1838#discussion_r362951036
 
 

 ##########
 File path: ide/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionInnerPanel.java
 ##########
 @@ -49,7 +49,7 @@
     private static final RequestProcessor RP = new RequestProcessor(SectionInnerPanel.class);
 
     private SectionView sectionView;
-    private java.util.List refreshableList = new LinkedList();
+    private java.util.List<Refreshable> refreshableList = new LinkedList();
 
 Review comment:
   Missing Diamond.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists