Merge branch 'develop' into features/mchmmer
[jalview.git] / src / jalview / ws / jws2 / dm / JabaOption.java
index 3e9e6bc..f1f5014 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2)
- * Copyright (C) 2015 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,9 +95,8 @@ 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"));
     }
   }
 
@@ -118,4 +117,10 @@ public class JabaOption implements jalview.ws.params.OptionI
     return opt;
   }
 
+  @Override
+  public List<String> getDisplayNames()
+  {
+    return null; // not supported for Jaba options
+  }
+
 }