Fixed comment typo

This commit is contained in:
nathan 2020-09-15 18:55:28 +02:00
parent fd3050bfb4
commit 8af039265b

View File

@ -603,7 +603,7 @@ open class Serialization(private val references: Boolean = true, private val fac
classesToRegister.add(ClassRegistrationForRmi(clazz, implClass, rmiServerSerializer))
}
else -> throw IllegalStateException("Unable to manage class registrations for unkown registration type $typeId")
else -> throw IllegalStateException("Unable to manage class registrations for unknown registration type $typeId")
}
// now all of our classes to register will be the same (except for RMI class registrations