Add missing initCalled.set(true);

This commit is contained in:
chimp1984 2020-11-14 15:51:51 -05:00
parent a64c11ebe4
commit 755ea4d792
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -229,6 +229,8 @@ public class PersistenceManager<T extends PersistableEnvelope> {
throw runtimeException; throw runtimeException;
} }
initCalled.set(true);
this.persistable = persistable; this.persistable = persistable;
this.fileName = fileName; this.fileName = fileName;
this.source = source; this.source = source;