Merge branch 'develop' into features/JAL-1705_ensembl
[jalview.git] / src / jalview / ws / HttpClientUtils.java
index c6d6629..2cc3d8d 100644 (file)
@@ -67,8 +67,7 @@ public class HttpClientUtils
    */
   public static BufferedReader doHttpUrlPost(String postUrl,
           List<NameValuePair> vals, int connectionTimeoutMs,
-          int readTimeoutMs) throws ClientProtocolException,
-          IOException
+          int readTimeoutMs) throws ClientProtocolException, IOException
   {
     // todo use HttpClient 4.3 or later and class RequestConfig
     HttpParams params = new BasicHttpParams();