From 22ff75b1eb6e68e7dcca8fb690e4ecb32e508a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Dean=20K=C3=BCpper?= Date: Fri, 15 Mar 2024 19:57:15 +0100 Subject: [PATCH] make GrpcXenosClient public --- src/main/kotlin/net/scrayos/xenos/client/GrpcXenosClient.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/net/scrayos/xenos/client/GrpcXenosClient.kt b/src/main/kotlin/net/scrayos/xenos/client/GrpcXenosClient.kt index bd19468..f3dd3c6 100644 --- a/src/main/kotlin/net/scrayos/xenos/client/GrpcXenosClient.kt +++ b/src/main/kotlin/net/scrayos/xenos/client/GrpcXenosClient.kt @@ -38,7 +38,7 @@ import java.util.concurrent.TimeUnit * @param port The port, under which the gRPC server of Xenos can be reached and that will therefore be used to * establish the connection. */ -class GrpcXenosClient internal constructor( +class GrpcXenosClient( /** The host of the external gRPC interface of Xenos, that will be used to establish the connection. */ host: String, /** The port of the external gRPC interface of Xenos, that will be used to establish the connection. */