JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / ws / jws1 / JPredClient.java
index 2e000f8..f13672b 100644 (file)
@@ -154,7 +154,9 @@ public class JPredClient extends WS1Client
     {
       if (!msa && msf.length > 1)
       {
-        throw new Error(MessageManager.getString("error.implementation_error_multiple_single_sequence_prediction_jobs_not_supported"));
+        throw new Error(
+                MessageManager
+                        .getString("error.implementation_error_multiple_single_sequence_prediction_jobs_not_supported"));
       }
 
       String altitle = getPredictionName(WebServiceName) + " for "
@@ -294,7 +296,8 @@ public class JPredClient extends WS1Client
   private WebserviceInfo setWebService()
   {
     WebServiceName = "JNetWS";
-    WebServiceJobTitle = MessageManager.getString("label.jnet_secondary_structure_prediction");
+    WebServiceJobTitle = MessageManager
+            .getString("label.jnet_secondary_structure_prediction");
     WebServiceReference = "\"Cuff J. A and Barton G.J (2000) Application of "
             + "multiple sequence alignment profiles to improve protein secondary structure prediction, "
             + "Proteins 40:502-511\".";
@@ -320,13 +323,21 @@ public class JPredClient extends WS1Client
 
     } catch (Exception ex)
     {
-      JOptionPane.showMessageDialog(Desktop.desktop,
-                 MessageManager.formatMessage("label.secondary_structure_prediction_service_couldnt_be_located", new String[]{WebServiceName,WsURL}),
-                 MessageManager.getString("label.internal_jalview_error"),
-              JOptionPane.WARNING_MESSAGE);
-      wsInfo.setProgressText(MessageManager.formatMessage("label.secondary_structure_prediction_service_couldnt_be_located", new String[]{WebServiceName,WsURL})
-                 + "\n"
-              + ex.getMessage());
+      JOptionPane
+              .showMessageDialog(
+                      Desktop.desktop,
+                      MessageManager
+                              .formatMessage(
+                                      "label.secondary_structure_prediction_service_couldnt_be_located",
+                                      new String[] { WebServiceName, WsURL }),
+                      MessageManager
+                              .getString("label.internal_jalview_error"),
+                      JOptionPane.WARNING_MESSAGE);
+      wsInfo.setProgressText(MessageManager
+              .formatMessage(
+                      "label.secondary_structure_prediction_service_couldnt_be_located",
+                      new String[] { WebServiceName, WsURL })
+              + "\n" + ex.getMessage());
       wsInfo.setStatus(WebserviceInfo.STATE_STOPPED_SERVERERROR);
 
     }