]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java
typo in comment
[mobile-ledger.git] / 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()