[bisq-network/bisq] Persistence redesign (#4589)

chimp1984 notifications at github.com
Sun Oct 4 21:06:16 UTC 2020


@chimp1984 commented on this pull request.



> @@ -184,8 +184,8 @@ public PersistenceManager(@Named(Config.STORAGE_DIR) File dir,
     // 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) {

ups...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4589#discussion_r499288811
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201004/2545416d/attachment.html>


More information about the bisq-github mailing list