move comment to header file

Summary:
This comment is instructional but is better situated in the
header file.

Reviewed By: singhsrb

Differential Revision: D10298365

fbshipit-source-id: 07ad9757a6be06a97f6aae81cff94088b776c11f
This commit is contained in:
Wez Furlong 2018-10-10 14:44:52 -07:00 committed by Facebook Github Bot
parent da904dd4a5
commit c4f6d9a416
2 changed files with 2 additions and 1 deletions

View File

@ -191,7 +191,6 @@ std::unique_ptr<Tree> convertBufToTree(
} // namespace
// This constructor should only be used in testing.
MononokeBackingStore::MononokeBackingStore(
const folly::SocketAddress& socketAddress,
const std::string& repo,

View File

@ -46,6 +46,8 @@ class MononokeBackingStore : public BackingStore {
const std::chrono::milliseconds& timeout,
folly::Executor* executor,
const std::shared_ptr<folly::SSLContext> sslContext);
// This constructor should only be used in testing.
MononokeBackingStore(
const folly::SocketAddress& socketAddress,
const std::string& repo,