libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 4f7f0e4b12eed25138c3e15fd3a7e450eb3aa1ff
parent 43437f2795d8609c084898489737cebb400dc869
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 10 Oct 2019 17:54:03 +0200

comment

Diffstat:
Msandbox/src/main/kotlin/HEVResponse.kt | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/HEVResponse.kt b/sandbox/src/main/kotlin/HEVResponse.kt @@ -5,7 +5,9 @@ import tech.libeufin.messages.ObjectFactory import tech.libeufin.messages.SystemReturnCodeType import javax.xml.bind.JAXBElement - +/** + * Convenience wrapper around the main JAXB value. + */ class HEVResponse( returnCode: String, reportText: String,