Skip to content

Commit

Permalink
HDDS-2148. Remove redundant code in CreateBucketHandler.java
Browse files Browse the repository at this point in the history
Closes #1471
  • Loading branch information
dineshchitlangia authored and elek committed Sep 19, 2019
1 parent e78848f commit 28913f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public Void call() throws Exception {
System.out.printf("Volume Name : %s%n", volumeName);
System.out.printf("Bucket Name : %s%n", bucketName);
if (bekName != null) {
bb.setBucketEncryptionKey(bekName);
System.out.printf("Bucket Encryption enabled with Key Name: %s%n",
bekName);
}
Expand Down

0 comments on commit 28913f7

Please sign in to comment.