Minor javadoc fixes
This commit is contained in:
parent
95dad0b37c
commit
610d7300fa
2 changed files with 2 additions and 2 deletions
|
|
@ -1046,7 +1046,7 @@ public class Worker implements Runnable {
|
|||
// Worker.run().
|
||||
leaseCoordinator.stop();
|
||||
|
||||
// Stop the leash cleanup manager
|
||||
// Stop the lease cleanup manager
|
||||
leaseCleanupManager.shutdown();
|
||||
|
||||
// Stop the periodicShardSyncManager for the worker
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
*/
|
||||
public void shutdown() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue