reverting whitespace
This commit is contained in:
parent
9c8b89e0c6
commit
cadbc0503b
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ public class LeaseCleanupManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
public LeaseCleanupResult cleanupLease(LeasePendingDeletion leasePendingDeletion,
|
public LeaseCleanupResult cleanupLease(LeasePendingDeletion leasePendingDeletion,
|
||||||
boolean timeToCheckForCompletedShard, boolean timeToCheckForGarbageShard) throws TimeoutException,
|
boolean timeToCheckForCompletedShard, boolean timeToCheckForGarbageShard) throws TimeoutException,
|
||||||
InterruptedException, DependencyException, ProvisionedThroughputException, InvalidStateException {
|
InterruptedException, DependencyException, ProvisionedThroughputException, InvalidStateException {
|
||||||
final Lease lease = leasePendingDeletion.lease();
|
final Lease lease = leasePendingDeletion.lease();
|
||||||
final ShardInfo shardInfo = leasePendingDeletion.shardInfo();
|
final ShardInfo shardInfo = leasePendingDeletion.shardInfo();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue