Formatted source
[jalview.git] / src / jalview / ws / WSClient.java
index 1d03eab..506bd9b 100755 (executable)
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
-*/
+*/\r
+package jalview.ws;\r
+\r
+import jalview.gui.WebserviceInfo;\r
+\r
+\r
+public class WSClient {\r
+    /**
 
-package jalview.ws;
-
-import jalview.gui.WebserviceInfo;
-
-public class WSClient
-{
-  public WSClient()
-  {
-  }
-  /**
-
-  * MsaWSClient
-  *
-  * @param msa SequenceI[]
-  */
-
- protected String WebServiceName;
- protected String WebServiceJobTitle;
- protected String WebServiceReference;
- protected String WsURL;
- protected WebserviceInfo wsInfo;
-  int jobsRunning = 0;
-}
+* MsaWSClient
+*
+* @param msa SequenceI[]
+*/\r
+    protected String WebServiceName;\r
+    protected String WebServiceJobTitle;\r
+    protected String WebServiceReference;\r
+    protected String WsURL;\r
+    protected WebserviceInfo wsInfo;\r
+    int jobsRunning = 0;\r
+\r
+    public WSClient() {\r
+    }\r
+}\r