Formatting changes
[jalview.git] / src / jalview / ws / MsaWServices.java
index 84c07a2..75ddf16 100755 (executable)
@@ -36,25 +36,30 @@ import java.util.Hashtable;
 /**\r
  * TODO: MsaWServices will be set from properties and be dynamically discovered.\r
  */\r
-public class MsaWServices {\r
+public class MsaWServices\r
+{\r
+    /** DOCUMENT ME!! */\r
     public static Hashtable info;\r
 \r
-    static {\r
+    static\r
+    {\r
         info = new Hashtable();\r
         info.put("ClustalWS",\r
-            new String[] {\r
+            new String[]\r
+            {\r
                 "http://www.compbio.dundee.ac.uk/JalviewWS/services/ClustalWS",\r
                 "ClustalW Alignment job",\r
-\r
+                \r
             "\"Thompson, J.D., Higgins, D.G. and Gibson, T.J. (1994) CLUSTAL W: improving the sensitivity of progressive multiple" +\r
                 " sequence alignment through sequence weighting, position specific gap penalties and weight matrix choice." +\r
                 " Nucleic Acids Research, 22 4673-4680"\r
             });\r
         info.put("MuscleWS",\r
-            new String[] {\r
+            new String[]\r
+            {\r
                 "http://www.compbio.dundee.ac.uk/JalviewWS/services/MuscleWS",\r
                 "Muscle Alignment job",\r
-\r
+                \r
             "Edgar, Robert C. (2004), MUSCLE: multiple sequence alignment " +\r
                 "with high accuracy and high throughput, Nucleic Acids Research 32(5), 1792-97."\r
             });\r