Skip to content

Commit

Permalink
fix(java): broken javadoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaarf committed Oct 16, 2024
1 parent 3700b0a commit 7b15639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/java/src/mp/code/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public Workspace attachWorkspace(String workspaceId) throws ConnectionException
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
Expand Down

0 comments on commit 7b15639

Please sign in to comment.