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:
600c6bd
)
JAL-1622 duplicate assignment removed (no functional change)
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 5 Jun 2015 13:52:10 +0000
(14:52 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 5 Jun 2015 13:52:10 +0000
(14:52 +0100)
src/jalview/gui/AppJmol.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/AppJmol.java
b/src/jalview/gui/AppJmol.java
index
1c92e56
..
a3f6778
100644
(file)
--- a/
src/jalview/gui/AppJmol.java
+++ b/
src/jalview/gui/AppJmol.java
@@
-649,9
+649,7
@@
public class AppJmol extends StructureViewerBase
}
try
{
- pdbseq = pdbclient.getSequenceRecords(pdbid = jmb.getPdbEntry(
- pi)
- .getId());
+ pdbseq = pdbclient.getSequenceRecords(pdbid);
} catch (OutOfMemoryError oomerror)
{
new OOMWarning("Retrieving PDB id " + pdbid, oomerror);