Skip to content

Commit dcabe7e

Browse files
committed
Can be readonly.
1 parent 8643d8c commit dcabe7e

File tree

1 file changed

+1
-1
lines changed
  • Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10

1 file changed

+1
-1
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsBlob.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ internal sealed class GdsBlob : BlobBase
3030

3131
#region Fields
3232

33-
private GdsDatabase _database;
33+
private readonly GdsDatabase _database;
3434
private int _blobHandle;
3535

3636
#endregion

0 commit comments

Comments
 (0)