From 7b15639d44094c2fdedce08d2ebc6f95c94f6d18 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Thu, 17 Oct 2024 01:15:26 +0200 Subject: [PATCH] fix(java): broken javadoc link --- dist/java/src/mp/code/Client.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/java/src/mp/code/Client.java b/dist/java/src/mp/code/Client.java index f7d56f5..465d10a 100644 --- a/dist/java/src/mp/code/Client.java +++ b/dist/java/src/mp/code/Client.java @@ -59,7 +59,7 @@ public final class Client { private static native void create_workspace(long self, String workspaceId) throws ConnectionRemoteException; /** - * Creates a workspace. You need to call {@link #joinWorkspace(String)} to actually join + * Creates a workspace. You need to call {@link #attachWorkspace(String)} to actually join * and interact with it. * @param workspaceId the id of the new workspace * @throws ConnectionRemoteException if an error occurs in communicating with the server