gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: typo


From: gnunet
Subject: [libeufin] branch master updated: typo
Date: Tue, 12 May 2020 17:24:44 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new b2310a6  typo
b2310a6 is described below

commit b2310a690564857eb7a1b86bbff6033c103eb603
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 12 17:24:40 2020 +0200

    typo
---
 nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
index f614fd4..ec31dce 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
@@ -113,7 +113,7 @@ class RawBankTransactionEntity(id: EntityID<Long>) : 
LongEntity(id) {
     var bankAccount by BankAccountEntity referencedOn 
RawBankTransactionsTable.bankAccount
 }
 /**
- * Represent a prepare payment.
+ * Represents a prepared payment.
  */
 object PreparedPaymentsTable : IdTable<String>() {
     /** the UUID representing this payment in the system */

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]