X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Fdbsources%2FPDBRestClient.java;h=02523da6a52a66befcf3b3587856db1f954e8075;hb=dc53250eeeb8c854c876b0fc896c541bd8cd8710;hp=c5642a9c08929069562f7596e682dc45e3f765e1;hpb=9e8c6798b524aa8743c271a3115f6cb307eb83ea;p=jalview.git diff --git a/src/jalview/ws/dbsources/PDBRestClient.java b/src/jalview/ws/dbsources/PDBRestClient.java index c5642a9..02523da 100644 --- a/src/jalview/ws/dbsources/PDBRestClient.java +++ b/src/jalview/ws/dbsources/PDBRestClient.java @@ -31,7 +31,7 @@ import com.sun.jersey.api.json.JSONConfiguration; */ public class PDBRestClient { - private static String PDB_SEARCH_ENDPOINT = "http://www.ebi.ac.uk/pdbe/search/pdb/select?"; + public static final String PDB_SEARCH_ENDPOINT = "http://www.ebi.ac.uk/pdbe/search/pdb/select?"; private static int DEFAULT_RESPONSE_SIZE = 200; @@ -240,6 +240,7 @@ public class PDBRestClient return pdbFeildIndexCounter; } + /** * This enum represents the fields available in the PDB JSON response *