summaryrefslogtreecommitdiff
path: root/sandbox/src/main/kotlin/tech/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-04-03 01:33:27 +0200
committerMS <ms@taler.net>2023-04-03 01:33:27 +0200
commit196f7bf20acd57a530d174a4701e45933deb9b57 (patch)
treeb78f7932c15ac22691801d3f789afe6715abe560 /sandbox/src/main/kotlin/tech/libeufin
parent9b0aafb5e814fbb4328392fbd28e80e04ca95a60 (diff)
downloadlibeufin-196f7bf20acd57a530d174a4701e45933deb9b57.tar.gz
libeufin-196f7bf20acd57a530d174a4701e45933deb9b57.tar.bz2
libeufin-196f7bf20acd57a530d174a4701e45933deb9b57.zip
comments, indentation, helpers
Diffstat (limited to 'sandbox/src/main/kotlin/tech/libeufin')
-rw-r--r--sandbox/src/main/kotlin/tech/libeufin/sandbox/XMLEbicsConverter.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/XMLEbicsConverter.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/XMLEbicsConverter.kt
index 3fb622c3..f76ad942 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/XMLEbicsConverter.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/XMLEbicsConverter.kt
@@ -54,7 +54,7 @@ class XMLEbicsConverter : ContentConverter {
XMLUtil.convertJaxbToString(value)
} catch (e: Exception) {
/**
- * Not always a error: the content negotiation might have
+ * Not always an error: the content negotiation might have
* only checked if this handler could convert the response.
*/
return null