mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-20 21:53:56 +00:00
fix: clean up some warnings
This commit is contained in:
@@ -101,6 +101,7 @@ open class Video(
|
||||
out.writeObject(headersMap)
|
||||
}
|
||||
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
@Throws(IOException::class, ClassNotFoundException::class)
|
||||
private fun readObject(input: ObjectInputStream) {
|
||||
input.defaultReadObject()
|
||||
|
||||
Reference in New Issue
Block a user