JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / ws / jws1 / Annotate3D.java
index 3e9c73a..8c30c69 100644 (file)
@@ -20,7 +20,6 @@
  */
 package jalview.ws.jws1;
 
-import jalview.datamodel.Alignment;
 import jalview.datamodel.AlignmentI;
 import jalview.io.FileParse;
 import jalview.io.FormatAdapter;
@@ -106,7 +105,9 @@ public class Annotate3D
       }
       else
       {
-        throw new IOException(MessageManager.getString("exception.unexpected_handling_rnaml_translation_for_pdb"),
+        throw new IOException(
+                MessageManager
+                        .getString("exception.unexpected_handling_rnaml_translation_for_pdb"),
                 x);
       }
     }