Merge branch 'dev-pay' into test6.9.13
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -69,7 +69,7 @@ public class HttpClient { | @@ -69,7 +69,7 @@ public class HttpClient { | ||
69 | 69 | ||
70 | } | 70 | } |
71 | } | 71 | } |
72 | - }, "http-client-builder").start(); | 72 | + }, "http-client-builder-" + this.getClass().getSimpleName()).start(); |
73 | } | 73 | } |
74 | 74 | ||
75 | public CloseableHttpClient buildHttpClient() throws Exception { | 75 | public CloseableHttpClient buildHttpClient() throws Exception { |
-
Please register or login to post a comment