summaryrefslogtreecommitdiff
path: root/lang/csharp/src/LockingConfig.cs
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /lang/csharp/src/LockingConfig.cs
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'lang/csharp/src/LockingConfig.cs')
-rw-r--r--lang/csharp/src/LockingConfig.cs20
1 files changed, 10 insertions, 10 deletions
diff --git a/lang/csharp/src/LockingConfig.cs b/lang/csharp/src/LockingConfig.cs
index d8b5217d..4cebf3a7 100644
--- a/lang/csharp/src/LockingConfig.cs
+++ b/lang/csharp/src/LockingConfig.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;
@@ -38,7 +38,7 @@ namespace BerkeleyDB {
/// <para>
/// If the database environment already exists when
/// <see cref="DatabaseEnvironment.Open"/> is called, the value of
- /// Conflicts will be ignored.
+ /// Conflicts is ignored.
/// </para>
/// </remarks>
public byte[,] Conflicts {
@@ -71,7 +71,7 @@ namespace BerkeleyDB {
/// <para>
/// If the database environment already exists when
/// <see cref="DatabaseEnvironment.Open"/> is called, the value of
- /// InitLockers will be ignored.
+ /// InitLockers is ignored.
/// </para>
/// </remarks>
public uint InitLockerCount {
@@ -98,7 +98,7 @@ namespace BerkeleyDB {
/// <para>
/// If the database environment already exists when
/// <see cref="DatabaseEnvironment.Open"/> is called, the value of
- /// InitLocks will be ignored.
+ /// InitLocks is ignored.
/// </para>
/// </remarks>
public uint InitLockCount {
@@ -126,7 +126,7 @@ namespace BerkeleyDB {
/// <para>
/// If the database environment already exists when
/// <see cref="DatabaseEnvironment.Open"/> is called, the value of
- /// InitLockObjects will be ignored.
+ /// InitLockObjects is ignored.
/// </para>
/// </remarks>
public uint InitLockObjectCount {
@@ -155,7 +155,7 @@ namespace BerkeleyDB {
/// <para>
/// If the database environment already exists when
/// <see cref="DatabaseEnvironment.Open"/> is called, the value of
- /// MaxLockers will be ignored.
+ /// MaxLockers is ignored.
/// </para>
/// </remarks>
public uint MaxLockers {
@@ -183,7 +183,7 @@ namespace BerkeleyDB {
/// <para>
/// If the database environment already exists when
/// <see cref="DatabaseEnvironment.Open"/> is called, the value of
- /// MaxLocks will be ignored.
+ /// MaxLocks is ignored.
/// </para>
/// </remarks>
public uint MaxLocks {
@@ -211,7 +211,7 @@ namespace BerkeleyDB {
/// <para>
/// If the database environment already exists when
/// <see cref="DatabaseEnvironment.Open"/> is called, the value of
- /// MaxObjects will be ignored.
+ /// MaxObjects is ignored.
/// </para>
/// </remarks>
public uint MaxObjects {
@@ -240,7 +240,7 @@ namespace BerkeleyDB {
/// <para>
/// If the database environment already exists when
/// <see cref="DatabaseEnvironment.Open"/> is called, the value of
- /// Partitions will be ignored.
+ /// Partitions is ignored.
/// </para>
/// </remarks>
public uint Partitions {
@@ -265,7 +265,7 @@ namespace BerkeleyDB {
/// <para>
/// If the database environment already exists when
/// <see cref="DatabaseEnvironment.Open"/> is called, the value of
- /// tablesize will be ignored.
+ /// tablesize is ignored.
/// </para>
/// </remarks>
public uint TableSize {