We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bc12b commit 6817cf3Copy full SHA for 6817cf3
1 file changed
api/src/main/java/io/minio/BaseS3Client.java
@@ -129,7 +129,7 @@ protected BaseS3Client(BaseS3Client client) {
129
130
/** Closes underneath HTTP client. */
131
@Override
132
- public void close() throws Exception {
+ public void close() {
133
if (closeHttpClient) {
134
httpClient.dispatcher().executorService().shutdown();
135
httpClient.connectionPool().evictAll();
0 commit comments