mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 03:25:35 +08:00 
			
		
		
		
	Suppress Warnings
This commit is contained in:
		| @ -108,6 +108,7 @@ public class DefaultApacheHttpClientBuilder implements ApacheHttpClientBuilder { | ||||
|             .register("https", this.sslConnectionSocketFactory) | ||||
|             .build(); | ||||
|  | ||||
|     @SuppressWarnings("resource") | ||||
|     PoolingHttpClientConnectionManager connectionManager = new PoolingHttpClientConnectionManager(registry); | ||||
|     connectionManager.setMaxTotal(this.maxTotalConn); | ||||
|     connectionManager.setDefaultMaxPerRoute(this.maxConnPerHost); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 BinaryWang
					BinaryWang