We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c08c6a commit 3a0b2d0Copy full SHA for 3a0b2d0
Orm/Xtensive.Orm/Core/LockableBase.cs
@@ -23,7 +23,7 @@ public abstract class LockableBase: ILockable
23
/// <summary>
24
/// Ensures the object is not locked (see <see cref="ILockable.Lock()"/>) yet.
25
/// </summary>
26
- /// <exception cref="InstanceIsLockedException">Specified instance is locked.</exception>
+ /// <exception cref="InstanceIsLockedException">The instance is locked.</exception>
27
public void EnsureNotLocked()
28
{
29
if (IsLocked) {
0 commit comments