summaryrefslogtreecommitdiff
path: root/lang/csharp/src/AckPolicy.cs
diff options
context:
space:
mode:
Diffstat (limited to 'lang/csharp/src/AckPolicy.cs')
-rw-r--r--lang/csharp/src/AckPolicy.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/csharp/src/AckPolicy.cs b/lang/csharp/src/AckPolicy.cs
index 76b0e2dd..c9e999a3 100644
--- a/lang/csharp/src/AckPolicy.cs
+++ b/lang/csharp/src/AckPolicy.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
@@ -11,10 +11,10 @@ using BerkeleyDB.Internal;
namespace BerkeleyDB {
/// <summary>
- /// The AckPolicy class specifies how master and client sites will handle
+ /// The AckPolicy class specifies how master and client sites handle
/// acknowledgment of replication messages which are necessary for
/// "permanent" records. The current implementation requires all sites in a
- /// replication group configure the same acknowledgement policy.
+ /// replication group to configure the same acknowledgement policy.
/// </summary>
public class AckPolicy {
private int _value;