fix(java): broken javadoc link

This commit is contained in:
zaaarf 2024-10-17 01:15:26 +02:00
parent 3700b0a82c
commit 7b15639d44
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -59,7 +59,7 @@ public final class Client {
private static native void create_workspace(long self, String workspaceId) throws ConnectionRemoteException; 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. * and interact with it.
* @param workspaceId the id of the new workspace * @param workspaceId the id of the new workspace
* @throws ConnectionRemoteException if an error occurs in communicating with the server * @throws ConnectionRemoteException if an error occurs in communicating with the server