From af46ff059219095a4e49e704ebda2e21d7fe114c Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 19 Dec 2021 12:54:40 +0200 Subject: [PATCH] typo in comment --- .../net/ktnx/mobileledger/async/RetrieveTransactionsTask.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java b/app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java index 202eafb9..0b751b4c 100644 --- a/app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java +++ b/app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java @@ -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() -- 2.39.2