X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fext%2Fjmol%2FPDBFileWithJmol.java;h=6553e26fe8d5328b67bacc9aa9d07eefcd6a8b48;hb=7ab5d6b0ba5fec1ea4a4239e79c476d841622485;hp=4691ff6e2948a2212c1b55e60d463c032c8a59df;hpb=1889827c44c51f6353fe8619e5d44b421158af23;p=jalview.git diff --git a/src/jalview/ext/jmol/PDBFileWithJmol.java b/src/jalview/ext/jmol/PDBFileWithJmol.java index 4691ff6..6553e26 100644 --- a/src/jalview/ext/jmol/PDBFileWithJmol.java +++ b/src/jalview/ext/jmol/PDBFileWithJmol.java @@ -57,12 +57,10 @@ public class PDBFileWithJmol extends AlignFile implements Viewer viewer = null; - public PDBFileWithJmol(String inFile, String type) - throws IOException + public PDBFileWithJmol(String inFile, String type) throws IOException { super(inFile, type); } - public PDBFileWithJmol(FileParse fp) throws IOException { @@ -176,7 +174,7 @@ public class PDBFileWithJmol extends AlignFile implements pdbe.setId(getDataName()); sq.addPDBId(pdbe); pdbe.setProperty(new Hashtable()); - pdbe.getProperty().put("CHAIN",""+_lastChainId); + pdbe.getProperty().put("CHAIN", "" + _lastChainId); seqs.add(sq); if (!(biopoly.isDna() || biopoly.isRna())) {