Remove redundancy in Eclipse
[jalview.git] / src / jalview / ws / MsaWSClient.java
index 253dfba..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
@@ -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