Minor javadoc fixes

This commit is contained in:
Catalin Clapon 2021-05-13 12:08:50 -07:00
parent 95dad0b37c
commit 610d7300fa
2 changed files with 2 additions and 2 deletions

View file

@ -1046,7 +1046,7 @@ public class Worker implements Runnable {
// Worker.run(). // Worker.run().
leaseCoordinator.stop(); leaseCoordinator.stop();
// Stop the leash cleanup manager // Stop the lease cleanup manager
leaseCleanupManager.shutdown(); leaseCleanupManager.shutdown();
// Stop the periodicShardSyncManager for the worker // Stop the periodicShardSyncManager for the worker

View file

@ -122,7 +122,7 @@ public class LeaseCleanupManager {
} }
/** /**
* Starts the lease cleanup thread, which is scheduled periodically as specified by * Stops the lease cleanup thread, which is scheduled periodically as specified by
* {@link LeaseCleanupManager#leaseCleanupIntervalMillis} * {@link LeaseCleanupManager#leaseCleanupIntervalMillis}
*/ */
public void shutdown() { public void shutdown() {