Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions driver-core/src/main/com/mongodb/MongoNamespace.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
public final class MongoNamespace {
/**
* The collection name in which to execute a command.
* @deprecated there is no replacement for this constant, as it is only needed for the OP_QUERY wire protocol message, which has
* been replaced by OP_MSG
*/
@Deprecated
public static final String COMMAND_COLLECTION_NAME = "$cmd";

private static final Set<Character> PROHIBITED_CHARACTERS_IN_DATABASE_NAME =
Expand Down