Skip to content

Commit

Permalink
make GrpcXenosClient public
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Mar 15, 2024
1 parent 29bc193 commit 22ff75b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 22ff75b

Please sign in to comment.