JAL-1894 update year/version in copyright
[jalview.git] / src / jalview / ws / jws2 / jabaws2 / Jws2InstanceFactory.java
index e30488c..1bc1d63 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 2.9.0b1)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -35,6 +35,7 @@ public class Jws2InstanceFactory
   private static HashMap<String, AlignAnalysisUIText> aaConGUI;
 
   private static HashSet<String> ignoreGUI;
+
   private static String category_rewrite(String cat_name)
   {
     return (cat_name != null && cat_name.equals("Prediction")) ? "Secondary Structure Prediction"
@@ -70,6 +71,7 @@ public class Jws2InstanceFactory
     init();
     return (ignoreGUI.contains(serviceType.toString()));
   }
+
   /**
    * construct a service instance and configure it with any additional
    * properties needed so Jalview can access it correctly