diff options
Diffstat (limited to 'db/dur_recover.h')
-rw-r--r-- | db/dur_recover.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/dur_recover.h b/db/dur_recover.h index 6bac34ebb7a..dd8447b6ee0 100644 --- a/db/dur_recover.h +++ b/db/dur_recover.h @@ -11,9 +11,9 @@ namespace mongo { namespace dur { struct ParsedJournalEntry; - /** call go() to execute a recovery from existing journal files. - */ - class RecoveryJob : boost::noncopyable { + /** call go() to execute a recovery from existing journal files. + */ + class RecoveryJob : boost::noncopyable { public: RecoveryJob() :_lastDataSyncedFromLastRun(0), _mx("recovery") {} void go(vector<path>& files); |