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:
299d07a
)
JAL-4034 change to jalview property name
author
Ben Soares
<b.soares@dundee.ac.uk>
Tue, 12 Jul 2022 11:13:28 +0000
(12:13 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Tue, 12 Jul 2022 11:13:28 +0000
(12:13 +0100)
src/jalview/gui/StructureChooser.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/StructureChooser.java
b/src/jalview/gui/StructureChooser.java
index
9ff181b
..
246d162
100644
(file)
--- a/
src/jalview/gui/StructureChooser.java
+++ b/
src/jalview/gui/StructureChooser.java
@@
-354,7
+354,7
@@
public class StructureChooser extends GStructureChooser
}
};
};
- int threshold = Cache.getDefault("THRESHOLD_WARN_UNIPROT_FETCH",
+ int threshold = Cache.getDefault("UNIPROT_AUTOFETCH_THRESHOLD",
THRESHOLD_WARN_UNIPROT_FETCH_NEEDED);
Console.debug("Using Uniprot fetch threshold of " + threshold);
boolean runThread = false;