diff options
Diffstat (limited to 'src/mongo/db/namespace_string.h')
-rw-r--r-- | src/mongo/db/namespace_string.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h index cd1067b7b45..881b9e1d468 100644 --- a/src/mongo/db/namespace_string.h +++ b/src/mongo/db/namespace_string.h @@ -149,7 +149,8 @@ public: NamespaceString getTargetNSForListIndexesGetMore() const; /** - * @return true if the namespace is valid. Special namespaces for internal use are considered as valid. + * @return true if the namespace is valid. Special namespaces for internal use are considered as + * valid. */ bool isValid() const { return validDBName(db()) && !coll().empty(); |