JAL-1726 Added external integration test for PDB Rest API
[jalview.git] / src / jalview / ws / dbsources / PDBRestClient.java
index c5642a9..02523da 100644 (file)
@@ -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
    *