remove redundant volatile on initialized (#9926)

This commit is contained in:
sunshujie1990 2022-05-09 10:25:41 +08:00 committed by GitHub
parent beb96b4bec
commit c25284eccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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