mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
Fix typo
This commit is contained in:
parent
a612405d9d
commit
3b31dc9ff3
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue