Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Feb 5, 2024
1 parent 5bad20f commit 63ea9d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ protected void init() {
public void onRefresh(boolean invalidCache) {
this.objectCreated = false;
this.initialized = false;
synchronized (this.convertedProperties) {
synchronized (this.lock) {
this.convertedProperties = null;
}
this.invalidCacheInInit = invalidCache;
Expand Down

0 comments on commit 63ea9d8

Please sign in to comment.