git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e71f646
)
corrects Platform.openURL
author
BobHanson
<hansonr@stolaf.edu>
Mon, 1 Jun 2020 19:12:41 +0000
(14:12 -0500)
committer
BobHanson
<hansonr@stolaf.edu>
Mon, 1 Jun 2020 19:12:41 +0000
(14:12 -0500)
src/jalview/util/Platform.java
patch
|
blob
|
history
diff --git
a/src/jalview/util/Platform.java
b/src/jalview/util/Platform.java
index
e4348d5
..
fea40c3
100644
(file)
--- a/
src/jalview/util/Platform.java
+++ b/
src/jalview/util/Platform.java
@@
-447,8
+447,6
@@
public class Platform
{
if (!isJS())
{
- // BH note -- this next line is brought into Platform, as it is Java-only.
- BrowserLauncher.openURL(url);
return false;
}
/**