git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ba2d0
)
explicit quote of chaincode in errror message
author
jprocter
<Jim Procter>
Fri, 22 Feb 2008 15:37:07 +0000
(15:37 +0000)
committer
jprocter
<Jim Procter>
Fri, 22 Feb 2008 15:37:07 +0000
(15:37 +0000)
src/jalview/ws/dbsources/Pdb.java
patch
|
blob
|
history
diff --git
a/src/jalview/ws/dbsources/Pdb.java
b/src/jalview/ws/dbsources/Pdb.java
index
5773171
..
d68df54
100644
(file)
--- a/
src/jalview/ws/dbsources/Pdb.java
+++ b/
src/jalview/ws/dbsources/Pdb.java
@@
-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