Skip to content

Commit 17860bb

Browse files
author
Shubham Chaturvedi
committed
chore: formatting
1 parent 1ef4fc3 commit 17860bb

File tree

1 file changed

+1
-2
lines changed
  • sdk1/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/internal

1 file changed

+1
-2
lines changed

sdk1/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/internal/Hkdf.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import java.util.Arrays;
2424
import javax.crypto.Mac;
2525
import javax.crypto.SecretKey;
26-
import javax.crypto.ShortBufferException;
2726
import javax.crypto.spec.SecretKeySpec;
2827

2928
/**
@@ -198,7 +197,7 @@ public byte[] deriveKey(final byte[] info, final int length) throws IllegalState
198197

199198
if (length > 255 * mac.getMacLength()) {
200199
throw new IllegalArgumentException(
201-
"Requested keys may not be longer than 255 times the underlying HMAC length.");
200+
"Requested keys may not be longer than 255 times the underlying HMAC length.");
202201
}
203202

204203
byte[] t = EMPTY_ARRAY;

0 commit comments

Comments
 (0)