mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
fix(java): broken javadoc link
This commit is contained in:
parent
3700b0a82c
commit
7b15639d44
1 changed files with 1 additions and 1 deletions
2
dist/java/src/mp/code/Client.java
vendored
2
dist/java/src/mp/code/Client.java
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue