removing volatile

This commit is contained in:
Sean Garrett
2023-06-15 18:32:12 +01:00
parent 02b9385fd8
commit e23f659ffe
11 changed files with 11 additions and 22 deletions
@@ -13,7 +13,7 @@ namespace MongoDbGenericRepository
/// </summary>
public abstract partial class BaseMongoRepository : IBaseMongoRepository_Index
{
private volatile IMongoDbIndexHandler _mongoDbIndexHandler;
private IMongoDbIndexHandler _mongoDbIndexHandler;
/// <summary>
/// The MongoDb accessor to manage indexes.