Skip to content

Commit 6817cf3

Browse files
authored
BaseS3Client: remove unwanted checked Exception (#1696)
Signed-off-by: Bala.FA <bala@minio.io>
1 parent 36bc12b commit 6817cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/io/minio/BaseS3Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ protected BaseS3Client(BaseS3Client client) {
129129

130130
/** Closes underneath HTTP client. */
131131
@Override
132-
public void close() throws Exception {
132+
public void close() {
133133
if (closeHttpClient) {
134134
httpClient.dispatcher().executorService().shutdown();
135135
httpClient.connectionPool().evictAll();

0 commit comments

Comments
 (0)