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


   Cleanup a bunch of the follow raw type warnings related to the use of 
Vector..
   
      [repeat] 
/home/bwalker/src/netbeans/enterprise/payara.eecommon/build/classes-generated/org/netbeans/modules/payara/eecommon/dd/impl/web/model_4/SessionConfig.java:22:
 warning: [rawtypes] found raw type: Vector
      [repeat]  static Vector comparators = new Vector();
      [repeat]                                  ^
      [repeat]   missing type arguments for generic class Vector<E>
      [repeat]   where E is a type-variable:
      [repeat]     E extends Object declared in class Vector
   
   This check-in cleans up a lot of these..


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