X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2FHttpClientUtils.java;h=a7829171bcbda48e0901553a332f39606eef8d15;hb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;hp=c6d66293117f5db17aa3a6b651cfdd90d1fe975c;hpb=be32c14cd8e48fe0a207cd7030cb9cd46f894678;p=jalview.git diff --git a/src/jalview/ws/HttpClientUtils.java b/src/jalview/ws/HttpClientUtils.java index c6d6629..a782917 100644 --- a/src/jalview/ws/HttpClientUtils.java +++ b/src/jalview/ws/HttpClientUtils.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) - * Copyright (C) $$Year-Rel$$ The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9) + * Copyright (C) 2015 The Jalview Authors * * This file is part of Jalview. * @@ -67,8 +67,7 @@ public class HttpClientUtils */ public static BufferedReader doHttpUrlPost(String postUrl, List 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();