This commit is contained in:
Brice-W 2021-04-15 15:44:42 +10:00
parent abb1db7a7e
commit a346bb4ea5
2 changed files with 2 additions and 3 deletions

View File

@ -96,4 +96,4 @@ object UpdateMessageBuilder {
fun buildDataExtractionMessage(): String {
return ""
}
}
}

View File

@ -44,5 +44,4 @@ class UpdateMessageData () {
fun toJSON(): String {
return JsonUtil.toJson(this)
}
}
}