]> git.ktnx.net Git - mobile-ledger.git/commitdiff
typo in comment
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 19 Dec 2021 10:54:40 +0000 (12:54 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 19 Dec 2021 10:54:40 +0000 (12:54 +0200)
app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java

index 202eafb930a0f88ecfd90a88b6e4555845706880..0b751b4c6d7df0c94174973ec7a2e449352c9dc9 100644 (file)
@@ -532,7 +532,7 @@ public class RetrieveTransactionsTask extends Thread {
                             apiVersion.getDescription()));
         }
 
-        // json interface returns transactions if file order and the rest of the machinery
+        // json interface returns transactions in file order and the rest of the machinery
         // expects them in reverse chronological order
         Collections.sort(trList, (o1, o2) -> {
             int res = o2.getDate()