From 55649ec1606d5c97d98845d10c012f0f6901d54a Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 22 Sep 2017 13:48:57 +0200 Subject: [PATCH] javadoc formatting --- .../network/connection/KryoCryptoSerializationManager.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dorkbox/network/connection/KryoCryptoSerializationManager.java b/src/dorkbox/network/connection/KryoCryptoSerializationManager.java index baaf65bd..46095e22 100644 --- a/src/dorkbox/network/connection/KryoCryptoSerializationManager.java +++ b/src/dorkbox/network/connection/KryoCryptoSerializationManager.java @@ -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 *