提交 2e68f7f4 编写于 作者: T tanghai

修复rider分析工具指出的错误

上级 ede8d03c
......@@ -147,7 +147,7 @@ namespace MongoDB.Driver.Core.Operations
// constructors
/// <summary>
/// Initializes a new instance of the <see cref="Acknowledged" /> class.
/// Initializes a new instance of the class.
/// </summary>
/// <param name="requestCount">The request count.</param>
/// <param name="matchedCount">The matched count.</param>
......
......@@ -185,7 +185,7 @@ namespace MongoDB.Driver
// constructors
/// <summary>
/// Initializes a new instance of the <see cref="Acknowledged" /> class.
/// Initializes a new instance of the class.
/// </summary>
/// <param name="requestCount">The request count.</param>
/// <param name="matchedCount">The matched count.</param>
......@@ -272,7 +272,7 @@ namespace MongoDB.Driver
{
// constructors
/// <summary>
/// Initializes a new instance of the <see cref="Unacknowledged"/> class.
/// Initializes a new instance of the class.
/// </summary>
/// <param name="requestCount">The request count.</param>
/// <param name="processedRequests">The processed requests.</param>
......
......@@ -64,7 +64,7 @@ namespace MongoDB.Driver
private readonly long _deletedCount;
/// <summary>
/// Initializes a new instance of the <see cref="Acknowledged"/> class.
/// Initializes a new instance of the
/// </summary>
/// <param name="deletedCount">The deleted count.</param>
public Acknowledged(long deletedCount)
......
......@@ -165,7 +165,7 @@ namespace MongoDB.Driver
{
get
{
return _credentials.SingleOrDefault(); ;
return _credentials.SingleOrDefault();
}
set
{
......
......@@ -92,7 +92,7 @@ namespace MongoDB.Driver
private readonly BsonValue _upsertedId;
/// <summary>
/// Initializes a new instance of the <see cref="Acknowledged"/> class.
/// Initializes a new instance of the class.
/// </summary>
/// <param name="matchedCount">The matched count.</param>
/// <param name="modifiedCount">The modified count.</param>
......
......@@ -92,7 +92,7 @@ namespace MongoDB.Driver
private readonly BsonValue _upsertedId;
/// <summary>
/// Initializes a new instance of the <see cref="Acknowledged"/> class.
/// Initializes a new instance of the class.
/// </summary>
/// <param name="matchedCount">The matched count.</param>
/// <param name="modifiedCount">The modified count.</param>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册