javadoc formatting

This commit is contained in:
nathan 2017-09-22 13:48:57 +02:00
parent 1e724c55f9
commit 55649ec160

View File

@ -325,8 +325,7 @@ class KryoCryptoSerializationManager implements CryptoSerializationManager {
}
/**
* Objects that are accessed over RMI, must be accessed via an interface. This method configures the serialization of an
* implementation
* Objects that are accessed over RMI, must be accessed via an interface. This method configures the serialization of an implementation
* to be serialized via the defined interface, as a RemoteObject (ie: proxy object). If the implementation class is ALREADY registered,
* then it's registration will be overwritten by this one
*