Skip to content

Commit 4664b8b

Browse files
committed
Readonly struct.
1 parent ee8b6b8 commit 4664b8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/IKVM.Jdbc.Data/JdbcCommandBase.cs

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ namespace IKVM.Jdbc.Data
1717
public abstract partial class JdbcCommandBase : DbCommand
1818
{
1919

20-
struct ExecutingLock : IDisposable
20+
/// <summary>
21+
/// Manages locks around execution.
22+
/// </summary>
23+
readonly struct ExecutingLock : IDisposable
2124
{
2225

2326
readonly JdbcCommandBase _command;

0 commit comments

Comments
 (0)