JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / ws / jws2 / dm / JabaOption.java
index 5af8a20..d9f8f46 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -95,7 +95,9 @@ public class JabaOption implements jalview.ws.params.OptionI
     } catch (Exception e)
     {
       e.printStackTrace();
-      throw new Error(MessageManager.getString("error.implementation_error_cannot_set_jaba_option"));
+      throw new Error(
+              MessageManager
+                      .getString("error.implementation_error_cannot_set_jaba_option"));
     }
   }