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:
511db6b
)
JAL-4369 use rest.uniprot.org as fetch domain
author
James Procter
<j.procter@dundee.ac.uk>
Tue, 9 Jan 2024 18:36:12 +0000
(18:36 +0000)
committer
James Procter
<j.procter@dundee.ac.uk>
Tue, 9 Jan 2024 18:36:12 +0000
(18:36 +0000)
t pu# Please enter the commit message for your changes. Lines starting
src/jalview/ws/dbsources/Uniprot.java
patch
|
blob
|
history
diff --git
a/src/jalview/ws/dbsources/Uniprot.java
b/src/jalview/ws/dbsources/Uniprot.java
index
b5b3ca2
..
6dea12f
100644
(file)
--- a/
src/jalview/ws/dbsources/Uniprot.java
+++ b/
src/jalview/ws/dbsources/Uniprot.java
@@
-69,7
+69,7
@@
import jalview.xml.binding.uniprot.PropertyType;
*/
public class Uniprot extends DbSourceProxyImpl
{
- private static final String DEFAULT_UNIPROT_DOMAIN = "https://www.uniprot.org";
+ private static final String DEFAULT_UNIPROT_DOMAIN = "https://rest.uniprot.org";
private static final String BAR_DELIMITER = "|";