Skip to content

Commit c5febf6

Browse files
authored
Removed unused import
1 parent d2ebf19 commit c5febf6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

kwamp-core/src/main/kotlin/com/laurencegarmstrong/kwamp/core/serialization/json/JsonMessageSerializer.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import com.laurencegarmstrong.kwamp.core.isWhole
66
import com.laurencegarmstrong.kwamp.core.messages.Message
77
import com.laurencegarmstrong.kwamp.core.messages.MessageType
88
import com.laurencegarmstrong.kwamp.core.serialization.MessageSerializer
9-
import sun.rmi.runtime.Log
109
import java.io.StringReader
1110
import java.nio.charset.Charset
1211

@@ -66,4 +65,4 @@ private val MAP_CONVERTER = object : Converter {
6665
override fun fromJson(jv: JsonValue): Map<String, Any?> = HashMap(jv.obj!!).mapValues(this::convertEntry)
6766

6867
private fun convertEntry(entry: Map.Entry<String, Any?>) = Klaxon().converter(this).convertJsonObject(entry.value)
69-
}
68+
}

0 commit comments

Comments
 (0)