JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / src / jalview / ws / jws1 / Annotate3D.java
index 4502b39..f3516b7 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -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);
       }
     }