remove redundant volatile on initialized (#9926)
This commit is contained in:
parent
beb96b4bec
commit
c25284eccf
|
|
@ -134,7 +134,7 @@ public class ReferenceConfig<T> extends ReferenceConfigBase<T> {
|
|||
/**
|
||||
* The flag whether the ReferenceConfig has been initialized
|
||||
*/
|
||||
private transient volatile boolean initialized;
|
||||
private transient boolean initialized;
|
||||
|
||||
/**
|
||||
* whether this ReferenceConfig has been destroyed
|
||||
|
|
|
|||
Loading…
Reference in New Issue