removing volatile
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user