JAL-3144 query URL corrected
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 30 Oct 2018 14:08:21 +0000 (14:08 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 30 Oct 2018 14:08:21 +0000 (14:08 +0000)
src/jalview/fts/service/uniprot/UniProtFTSRestClient.java

index 924b061..6a54aa1 100644 (file)
@@ -55,7 +55,7 @@ public class UniProtFTSRestClient extends FTSRestClient
   {
     super();
     uniprotSearchEndpoint = Cache.getDefault("UNIPROT_DOMAIN",
-            DEFAULT_UNIPROT_DOMAIN) + "/uniprot/?";
+            DEFAULT_UNIPROT_DOMAIN) + "/uniprot/";
   }
 
   @Override