From e7403d0122b5f77339b10ca1f326acedb8a13293 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 8 Sep 2015 08:48:59 -0700 Subject: [PATCH] Docs cleanup --- src/auth/CredentialsCache.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/auth/CredentialsCache.h b/src/auth/CredentialsCache.h index 793c202c75..5fd40059d6 100644 --- a/src/auth/CredentialsCache.h +++ b/src/auth/CredentialsCache.h @@ -57,9 +57,7 @@ public: /// cache garbage collection, removes timed-out entries void cleanup(); - /** obtain sorted list of usernames - * - */ + /// obtain alphanumerically sorted list of usernames std::vector sortedUsersList() const; /* RegisteredRunner API */ @@ -69,7 +67,7 @@ public: private: void scheduleCleanup(); - /// whether a GC event has been scheduled + /// whether a cleanup (garbage collection) event has been scheduled bool gcScheduled_; StoreType store_; -- 2.47.3