Author: fschumacher
Date: Fri May 24 09:17:18 2019
New Revision: 1859858

URL: http://svn.apache.org/viewvc?rev=1859858&view=rev
Log:
Line too long

Make checkstyle -- and me -- happy.
Relates to #397
Bugzilla Id: 62672

Modified:
    
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java

Modified: 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java?rev=1859858&r1=1859857&r2=1859858&view=diff
==============================================================================
--- 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
 (original)
+++ 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
 Fri May 24 09:17:18 2019
@@ -991,7 +991,8 @@ public class HTTPHC4Impl extends HTTPHCA
         }
     }
 
-    private CloseableHttpClient setupClient(HttpClientKey key, JMeterVariables 
jMeterVariables, HttpClientContext clientContext) throws 
GeneralSecurityException {
+    private CloseableHttpClient setupClient(HttpClientKey key, JMeterVariables 
jMeterVariables,
+            HttpClientContext clientContext) throws GeneralSecurityException {
         Map<HttpClientKey, MutableTriple<CloseableHttpClient, AuthState, 
PoolingHttpClientConnectionManager>> mapHttpClientPerHttpClientKey =
                 HTTPCLIENTS_CACHE_PER_THREAD_AND_HTTPCLIENTKEY.get();
         clientContext.setAttribute(CONTEXT_ATTRIBUTE_CLIENT_KEY, key);


Reply via email to