fix: clean up some warnings

This commit is contained in:
rebelonion
2024-03-23 18:05:43 -05:00
parent ab7bc15573
commit 1b50ffcf11
32 changed files with 50 additions and 301 deletions

View File

@@ -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()