diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index ab26021..9303b59 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -55,7 +55,6 @@ jobs: - uses: gradle/actions/setup-gradle@v4 with: gradle-version: "8.10" - working-directory: dist/java - run: gradle publish working-directory: dist/java env: 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