Skip to content

Commit 05c9317

Browse files
committed
Fix compiler warning.
1 parent af02623 commit 05c9317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/MongoDB/Attributes/MongoDefaultAttribute.cs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public MongoDefaultAttribute(object value)
2121
/// Initializes a new instance of the <see cref="MongoDefaultAttribute"/> class.
2222
/// </summary>
2323
/// <param name="value">The value.</param>
24+
/// <param name="persistDefaultValue">if set to <c>true</c> [persist default value].</param>
2425
public MongoDefaultAttribute(object value, bool persistDefaultValue)
2526
{
2627
Value = value;

0 commit comments

Comments
 (0)