This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 707d0c5  Delete unused imports and constant in UIHandler
707d0c5 is described below

commit 707d0c598fbd9cb9dffef28866e19736f2fd8d5b
Author: Tomas Prochazka <ka...@razdva.cz>
AuthorDate: Sat Feb 6 19:35:53 2021 +0100

    Delete unused imports and constant in UIHandler
---
 platform/uihandler/src/org/netbeans/modules/uihandler/UIHandler.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/platform/uihandler/src/org/netbeans/modules/uihandler/UIHandler.java 
b/platform/uihandler/src/org/netbeans/modules/uihandler/UIHandler.java
index dd00380..e23fd81 100644
--- a/platform/uihandler/src/org/netbeans/modules/uihandler/UIHandler.java
+++ b/platform/uihandler/src/org/netbeans/modules/uihandler/UIHandler.java
@@ -23,8 +23,6 @@ import java.awt.Window;
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.beans.PropertyChangeSupport;
-import java.net.MalformedURLException;
-import java.net.URL;
 import java.util.List;
 import java.util.concurrent.Callable;
 import java.util.concurrent.atomic.AtomicBoolean;
@@ -39,7 +37,6 @@ import org.netbeans.modules.uihandler.api.Controller;
 import org.openide.DialogDescriptor;
 import org.openide.DialogDisplayer;
 import org.openide.NotifyDescriptor;
-import org.openide.awt.HtmlBrowser;
 import org.openide.awt.Mnemonics;
 import org.openide.util.NbBundle;
 import org.openide.util.RequestProcessor;
@@ -65,7 +62,6 @@ implements ActionListener, Runnable, Callable<JButton> {
     private final SlownessReporter reporter;
 
     private final AtomicBoolean someRecordsScheduled = new 
AtomicBoolean(false);
-    private static final String ISSUE_REPORTER_LINK = 
"https://issues.apache.org/jira/projects/NETBEANS";; //NOI18N
 
     private static boolean exceptionHandler;
     public static void registerExceptionHandler(boolean enable) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to