HADOOP-14760. Add missing override to LoadBalancingKMSClientProvider.
This commit is contained in:
parent
582648befa
commit
07fff43f4a
@ -292,7 +292,9 @@ public KeyVersion call(KMSClientProvider provider)
|
||||
}
|
||||
}
|
||||
|
||||
public EncryptedKeyVersion reencryptEncryptedKey(EncryptedKeyVersion ekv)
|
||||
@Override
|
||||
public EncryptedKeyVersion reencryptEncryptedKey(
|
||||
final EncryptedKeyVersion ekv)
|
||||
throws IOException, GeneralSecurityException {
|
||||
try {
|
||||
return doOp(new ProviderCallable<EncryptedKeyVersion>() {
|
||||
|
Loading…
Reference in New Issue
Block a user