gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix unused parameter


From: gnunet
Subject: [libeufin] branch master updated: fix unused parameter
Date: Fri, 24 Jan 2020 17:04:15 +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 39cc5ce  fix unused parameter
39cc5ce is described below

commit 39cc5cee7172652df80eed26e6bbae687b6f65c9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 24 17:04:09 2020 +0100

    fix unused parameter
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 314d1e9..4549369 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -59,7 +59,7 @@ import javax.xml.bind.JAXBContext
 class CustomerNotFound(id: String?) : Exception("Customer ${id} not found")
 class BadInputData(inputData: String?) : Exception("Customer provided invalid 
input data: ${inputData}")
 class BadAmount(badValue: Any?) : Exception("Value '${badValue}' is not a 
valid amount")
-class UnacceptableFractional(statusCode: HttpStatusCode, badNumber: 
BigDecimal) : Exception(
+class UnacceptableFractional(badNumber: BigDecimal) : Exception(
     "Unacceptable fractional part ${badNumber}"
 )
 

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



reply via email to

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