gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: address warnings


From: gnunet
Subject: [libeufin] branch master updated: address warnings
Date: Fri, 24 Jan 2020 16:28:41 +0100

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 f6a3ced  address warnings
f6a3ced is described below

commit f6a3cedd9a0a1237331eb70a380557d4c1a57f6a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 24 16:28:36 2020 +0100

    address warnings
---
 nexus/src/main/kotlin/Main.kt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nexus/src/main/kotlin/Main.kt b/nexus/src/main/kotlin/Main.kt
index b687285..e5cc336 100644
--- a/nexus/src/main/kotlin/Main.kt
+++ b/nexus/src/main/kotlin/Main.kt
@@ -301,9 +301,6 @@ fun main() {
                 var recipientLine = "TODO"
                 val customerIdLine = "TODO"
 
-                var dateLine = dateFormat.format(now)
-                var timeLine = timeFormat.format(now)
-
                 var userIdLine = ""
                 var esExponentLine = ""
                 var esModulusLine = ""
@@ -322,6 +319,9 @@ fun main() {
                 val now = Date()
                 val dateFormat = SimpleDateFormat("DD.MM.YYYY")
                 val timeFormat = SimpleDateFormat("HH.mm.ss")
+                var dateLine = dateFormat.format(now)
+                var timeLine = timeFormat.format(now)
+
 
 
 

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



reply via email to

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