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

sqrrm notifications at github.com
Sun Oct 4 20:22:49 UTC 2020


@sqrrm 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) {

The typo continues...

-- 
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#pullrequestreview-501656302
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201004/7c98fb61/attachment.html>


More information about the bisq-github mailing list