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 2019/11/22 20:34:40 UTC

[GitHub] [netbeans] BradWalker commented on a change in pull request #1624: [NETBEANS-3377] - cleanup unchecked conversions

BradWalker commented on a change in pull request #1624: [NETBEANS-3377] - cleanup unchecked conversions
URL: https://github.com/apache/netbeans/pull/1624#discussion_r349783395
 
 

 ##########
 File path: ide/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/DebuggerManagerListener.java
 ##########
 @@ -673,7 +673,11 @@ private static void doCloseDebuggerUI() {
             final Set<Component> initiallyOpenedMinimized;
             if (componentsInitiallyOpened.isEmpty()) {
                 initiallyOpened = Collections.emptyList();
+<<<<<<< HEAD
                 initiallyOpenedMinimized = Collections.EMPTY_SET;
+=======
+                initiallyOpenedMinimized = Collections.emptySet();
+>>>>>>> [NETBEANS-3377] - cleanup unchecked conversions
 
 Review comment:
   UGG!! Must have missed something. Sorry about that.. Should be fixed down..

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