commit 0b3fe43fe62812c97653e08fa966224a510cc39e parent 39cc5cee7172652df80eed26e6bbae687b6f65c9 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 24 Jan 2020 21:15:44 +0100 fix null dereference Diffstat:
| M | nexus/src/main/kotlin/JSON.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/JSON.kt b/nexus/src/main/kotlin/JSON.kt @@ -51,7 +51,7 @@ data class EbicsSubscriberInfoResponse( val hostID: String, val partnerID: String, val userID: String, - val systemID: String? + val systemID: String? = null ) /**