gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix imports


From: gnunet
Subject: [libeufin] branch master updated: fix imports
Date: Thu, 21 Oct 2021 09:20:38 +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 8a2da27  fix imports
8a2da27 is described below

commit 8a2da270d8ded0c99626c96bc60c06a33b902954
Author: ms <ms@taler.net>
AuthorDate: Thu Oct 21 09:20:35 2021 +0200

    fix imports
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 3 ---
 util/src/main/kotlin/amounts.kt                       | 6 ++----
 util/src/main/kotlin/strings.kt                       | 1 -
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index a5dee37..6e431d4 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -71,10 +71,8 @@ import org.jetbrains.exposed.sql.transactions.transaction
 import org.slf4j.Logger
 import org.slf4j.LoggerFactory
 import org.w3c.dom.Document
-import parseAmount
 import startServer
 import tech.libeufin.util.*
-import validatePlainAmount
 import java.math.BigDecimal
 import java.net.BindException
 import java.net.URL
@@ -1105,7 +1103,6 @@ val sandboxApp: Application.() -> Unit = {
                     call.respond(object {})
                     return@post
                 }
-
                 
post("/accounts/{account_name}/withdrawals/{withdrawal_id}/abort") {
                     val withdrawalId = call.getUriComponent("withdrawal_id")
                     val operation = getWithdrawalOperation(withdrawalId)
diff --git a/util/src/main/kotlin/amounts.kt b/util/src/main/kotlin/amounts.kt
index aaead15..da5e43e 100644
--- a/util/src/main/kotlin/amounts.kt
+++ b/util/src/main/kotlin/amounts.kt
@@ -1,8 +1,6 @@
+package tech.libeufin.util
+
 import io.ktor.http.*
-import tech.libeufin.util.Amount
-import tech.libeufin.util.AmountWithCurrency
-import tech.libeufin.util.EbicsProtocolError
-import java.math.BigDecimal
 
 /*
  * This file is part of LibEuFin.
diff --git a/util/src/main/kotlin/strings.kt b/util/src/main/kotlin/strings.kt
index c7253f7..85e09cb 100644
--- a/util/src/main/kotlin/strings.kt
+++ b/util/src/main/kotlin/strings.kt
@@ -21,7 +21,6 @@ package tech.libeufin.util
 
 import UtilError
 import io.ktor.http.HttpStatusCode
-import validatePlainAmount
 import java.math.BigInteger
 import java.math.BigDecimal
 import java.util.*

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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