Skip to content

Commit

Permalink
Fix FileManagerImpl class name comment header
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Beard <[email protected]>
  • Loading branch information
chrisbeard committed Jun 27, 2024
1 parent edc5a5a commit 6e0a33a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void closeLedger(mqbsl::Ledger* ledger)
} // close unnamed namespace

// =====================
// class FileManagerReal
// class FileManagerImpl
// =====================

// CREATORS
Expand Down Expand Up @@ -220,7 +220,7 @@ QueueMap FileManagerImpl::buildQueueMap(const bsl::string& cslFile,
}

// ==================================
// class FileManagerReal::FileHandler
// class FileManagerImpl::FileHandler
// ==================================

template <typename ITER>
Expand Down

0 comments on commit 6e0a33a

Please sign in to comment.