updated jalview version of dasobert 1.53e client and added Das Sequence Source discov...
[jalview.git] / src / jalview / ws / dbsources / Pdb.java
index 5773171..e6d46da 100644 (file)
@@ -149,7 +149,7 @@ public class Pdb extends EbiFileRetrievedProxy implements DbSourceProxy
       if (result.size() < 1)\r
       {\r
         throw new Exception("No PDB Records for " + id + " chain "\r
-                + ((chain == null) ? " " : chain));\r
+                + ((chain == null) ? "' '" : chain));\r
       }\r
     } catch (Exception ex) // Problem parsing PDB file\r
     {\r
@@ -185,7 +185,7 @@ public class Pdb extends EbiFileRetrievedProxy implements DbSourceProxy
 \r
   public String getDbName()\r
   {\r
-    return getDbSource();\r
+    return "PDB"; // getDbSource();\r
   }\r
 \r
 }\r