Skip to content

Commit 3d304f6

Browse files
committed
CSHARP-1437: Code review changes.
1 parent e56eb8b commit 3d304f6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/MongoDB.Driver.Core/Core/Operations/FindAndModifyOperationBase.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@ public abstract class FindAndModifyOperationBase<TResult> : IWriteOperation<TRes
4040
private static readonly SemanticVersion __serverVersionSupportingWriteConcern = new SemanticVersion(3, 1, 1);
4141

4242
// public static properties
43-
/// <summary>
44-
/// Gets the server version supporting write concern.
45-
/// </summary>
46-
/// <value>
47-
/// The server version supporting write concern.
48-
/// </value>
49-
public static SemanticVersion ServerVersionSupportingWriteConcern
43+
internal static SemanticVersion ServerVersionSupportingWriteConcern
5044
{
5145
get { return __serverVersionSupportingWriteConcern; }
5246
}

0 commit comments

Comments
 (0)