BradWalker commented on a change in pull request #1628: [NETBEANS-3393] -
cleanup ArrayList uncheck conversion
URL: https://github.com/apache/netbeans/pull/1628#discussion_r348790239
##########
File path: ide/versioning.util/src/org/netbeans/modules/turbo/Turbo.java
##########
@@ -366,7 +366,7 @@ public Object getMonitoredKey(Object key) {
public void addTurboListener(TurboListener l) {
synchronized(listeners) {
- List<TurboListener> copy = new ArrayList<>(listeners);
+ List<TurboListener> copy = new ArrayList<TurboListener>(listeners);
Review comment:
Have no idea.. Good catch and it's been changed..
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
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