Remove redundancy in Eclipse
[jalview.git] / src / jalview / ws / MsaWSClient.java
index 214d120..6d46e4b 100755 (executable)
@@ -125,7 +125,7 @@ public class MsaWSClient
                              " Service location failed\nfor URL :" + WsURL +\r
                              "\n" +\r
                              ex.getMessage());\r
-      wsInfo.setStatus(wsInfo.ERROR);\r
+      wsInfo.setStatus(WebserviceInfo.ERROR);\r
       ex.printStackTrace();\r
 \r
       return false;\r
@@ -257,7 +257,7 @@ public class MsaWSClient
             throw (new Exception(\r
                 "Timed out when communicating with server\nTry again later.\n"));\r
           }\r
-          jalview.bin.Jalview.log.debug("Result state " + result.getState() +\r
+          jalview.bin.Cache.log.debug("Result state " + result.getState() +\r
                                         "(ServerError=" + result.isServerError() +\r
                                         ")");\r
           if (result.isRunning())\r
@@ -395,7 +395,7 @@ public class MsaWSClient
                            e.toString() +\r
                            "\n");\r
         this.allowedServerExceptions = 0;\r
-        wsInfo.setStatus(wsInfo.STATE_STOPPED_SERVERERROR);\r
+        wsInfo.setStatus(WebserviceInfo.STATE_STOPPED_SERVERERROR);\r
         wsInfo.appendProgressText(\r
             "Failed to submit sequences for alignment.\n" +\r
             "It is most likely that there is a problem with the server.\n" +\r