gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libeufin] branch master updated: lower case field name


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: lower case field name
Date: Wed, 09 Oct 2019 16:15:26 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 9dc24c7  lower case field name
9dc24c7 is described below

commit 9dc24c7b844073aef53db7a48ba5ff6329f4f03e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Oct 9 16:15:20 2019 +0200

    lower case field name
---
 sandbox/src/main/kotlin/JSON.kt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sandbox/src/main/kotlin/JSON.kt b/sandbox/src/main/kotlin/JSON.kt
index ac78da6..5b43f7e 100644
--- a/sandbox/src/main/kotlin/JSON.kt
+++ b/sandbox/src/main/kotlin/JSON.kt
@@ -36,8 +36,8 @@ data class CustomerEbicsInfo(
  * for RSA keys.
  */
 data class IniHiaLetters(
-    val INI: IniLetter,
-    val HIA: HiaLetter
+    val ini: IniLetter,
+    val hia: HiaLetter
 )
 
 /**

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



reply via email to

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