This commit is contained in:
chimp1984 2020-10-04 12:53:20 -05:00
parent a612405d9d
commit 3b31dc9ff3
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -184,8 +184,8 @@ public class PersistenceManager<T extends PersistableEnvelope> {
// API
///////////////////////////////////////////////////////////////////////////////////////////
public void initialize(T persistable, Source sourcce) {
this.initialize(persistable, persistable.getDefaultStorageFileName(), sourcce);
public void initialize(T persistable, Source source) {
this.initialize(persistable, persistable.getDefaultStorageFileName(), source);
}
public void initialize(T persistable, String fileName, Source sourcce) {