diff options
Diffstat (limited to 'lang/csharp/src/LockingConfig.cs')
-rw-r--r-- | lang/csharp/src/LockingConfig.cs | 20 |
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 { |