X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fext%2Fjmol%2FPDBFileWithJmol.java;h=8d76afc720bbfb556065587ed86e0e7438b2a9f3;hb=4d7f98a6dd54d9863ba449ec79dcd95d25ed863d;hp=ddfa1b056195dc6d68dcd512c6ecceee3d7706f7;hpb=231e656ad21658b53eda2237b61547db74894e51;p=jalview.git diff --git a/src/jalview/ext/jmol/PDBFileWithJmol.java b/src/jalview/ext/jmol/PDBFileWithJmol.java index ddfa1b0..8d76afc 100644 --- a/src/jalview/ext/jmol/PDBFileWithJmol.java +++ b/src/jalview/ext/jmol/PDBFileWithJmol.java @@ -86,8 +86,9 @@ public class PDBFileWithJmol extends AlignFile implements null, "-x -o -n", this); } catch (ClassCastException x) { - throw new Error(MessageManager.formatMessage("error.jmol_version_not_compatible_with_jalview_version", new String[]{JmolViewer.getJmolVersion()}), - x); + throw new Error(MessageManager.formatMessage( + "error.jmol_version_not_compatible_with_jalview_version", + new String[] { JmolViewer.getJmolVersion() }), x); } } return viewer; @@ -236,7 +237,8 @@ public class PDBFileWithJmol extends AlignFile implements * equivalent (e.g. MSE with MET->M) to maximise sequence matching */ String threeLetterCode = group.getGroup3(); - String canonical = ResidueProperties.getCanonicalAminoAcid(threeLetterCode); + String canonical = ResidueProperties + .getCanonicalAminoAcid(threeLetterCode); if (canonical != null && !canonical.equalsIgnoreCase(threeLetterCode)) {