From 9d507f193720a3ac009f37331aba560b6877fbcc Mon Sep 17 00:00:00 2001 From: Robinson Date: Thu, 1 Jul 2021 20:13:54 +0200 Subject: [PATCH] Added more comments --- .../network/rmi/messages/ConnectionObjectCreateRequest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/network/rmi/messages/ConnectionObjectCreateRequest.kt b/src/dorkbox/network/rmi/messages/ConnectionObjectCreateRequest.kt index 796f9e06..5ecbf88f 100644 --- a/src/dorkbox/network/rmi/messages/ConnectionObjectCreateRequest.kt +++ b/src/dorkbox/network/rmi/messages/ConnectionObjectCreateRequest.kt @@ -22,7 +22,7 @@ import dorkbox.network.rmi.RmiUtils * * @param callbackId (LEFT) to know which callback to use when the object is created * @param interfaceClassId (RIGHT) the Kryo interface class ID to create - * @param objectParameters the constructor parameters to create the object with + * @param objectParameters the constructor parameters to create the object with, can be null */ data class ConnectionObjectCreateRequest(val packedIds: Int, val objectParameters: Array?) : RmiMessage { override fun equals(other: Any?): Boolean {