JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / javascript / web / ClientResponse.java
index 23580ed..d2b88de 100644 (file)
@@ -58,26 +58,27 @@ public class ClientResponse
   }
 
   // https://www.ebi.ac.uk/pdbe/search/pdb/select?wt=json&fl=pdb_id,title,experimental_method,resolution&rows=500&start=0&q=(text:q93xj9_soltu)+AND+molecule_sequence:%5B%27%27+TO+*%5D+AND+status:REL&sort=overall_quality+desc
-  
-//{
-//"responseHeader":{
-//  "status":0,
-//  "QTime":0,
-//  "params":{
-//    "q":"(text:q93xj9_soltu) AND molecule_sequence:['' TO *] AND status:REL",
-//    "fl":"pdb_id,title,experimental_method,resolution",
-//    "start":"0",
-//    "sort":"overall_quality desc",
-//    "rows":"500",
-//    "wt":"json"}},
-//"response":{"numFound":1,"start":0,"docs":[
-//    {
-//      "experimental_method":["X-ray diffraction"],
-//      "pdb_id":"4zhp",
-//      "resolution":2.46,
-//      "title":"The crystal structure of Potato ferredoxin I with 2Fe-2S cluster"}]
-//}}
-//
+
+  // {
+  // "responseHeader":{
+  // "status":0,
+  // "QTime":0,
+  // "params":{
+  // "q":"(text:q93xj9_soltu) AND molecule_sequence:['' TO *] AND status:REL",
+  // "fl":"pdb_id,title,experimental_method,resolution",
+  // "start":"0",
+  // "sort":"overall_quality desc",
+  // "rows":"500",
+  // "wt":"json"}},
+  // "response":{"numFound":1,"start":0,"docs":[
+  // {
+  // "experimental_method":["X-ray diffraction"],
+  // "pdb_id":"4zhp",
+  // "resolution":2.46,
+  // "title":"The crystal structure of Potato ferredoxin I with 2Fe-2S
+  // cluster"}]
+  // }}
+  //
 
   public int getStatus()
   {