Skip to content

Commit c590f7a

Browse files
t-rufangdjlan
authored andcommitted
Fix clicking link in monitor dialog and poping up two instances in browser issue
1 parent f87e63b commit c590f7a

File tree

1 file changed

+0
-9
lines changed
  • PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azure/sparkserverless/common

1 file changed

+0
-9
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azure/sparkserverless/common/JXHyperLinkWithUri.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ public class JXHyperLinkWithUri extends JXHyperlink {
1111
@Nullable
1212
private URI uri;
1313

14-
public JXHyperLinkWithUri() {
15-
super();
16-
this.addActionListener(event -> {
17-
if (this.uri != null) {
18-
BrowserUtil.browse(this.uri);
19-
}
20-
});
21-
}
22-
2314
@Override
2415
public void setURI(@Nullable URI uri) {
2516
this.uri = uri;

0 commit comments

Comments
 (0)