reverting whitespace

This commit is contained in:
Joshua Kim 2020-07-27 18:15:57 -04:00
parent 9c8b89e0c6
commit cadbc0503b

View file

@ -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();