Skip to content

Commit

Permalink
remove throw that does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejNedic committed Sep 19, 2024
1 parent edd077e commit a54f02e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ S3Client s3Client(S3Properties properties, S3ClientBuilder s3ClientBuilder,
}

S3Client s3EncClient(S3Properties properties, S3ClientBuilder s3ClientBuilder,
ObjectProvider<S3RsaProvider> rsaProvider, ObjectProvider<S3AesProvider> aesProvider)
throws NoSuchAlgorithmException {
ObjectProvider<S3RsaProvider> rsaProvider, ObjectProvider<S3AesProvider> aesProvider) {
PropertyMapper propertyMapper = PropertyMapper.get();
S3EncryptionProperties encryptionProperties = properties.getEncryption();
S3EncryptionClient.Builder s3EncryptionBuilder = S3EncryptionClient.builder();
Expand Down

0 comments on commit a54f02e

Please sign in to comment.