Merge branch 'develop' into Release_2_9_Branch
[jalview.git] / src / jalview / ext / jmol / PDBFileWithJmol.java
index ddfa1b0..8d76afc 100644 (file)
@@ -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))
               {