mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-24 08:04:48 +01:00
docs(java): specify the new behaviour of leaveWorkspace
This commit is contained in:
parent
c0bff45989
commit
518143d5b9
1 changed files with 2 additions and 1 deletions
3
dist/java/src/mp/code/Client.java
vendored
3
dist/java/src/mp/code/Client.java
vendored
|
@ -128,7 +128,8 @@ public final class Client {
|
||||||
/**
|
/**
|
||||||
* Leaves a workspace.
|
* Leaves a workspace.
|
||||||
* @param workspaceId the id of the workspaces to leave
|
* @param workspaceId the id of the workspaces to leave
|
||||||
* @return true if it succeeded (usually fails if the workspace wasn't active)
|
* @return true if it succeeded or wasn't in the workspace; false if there are still
|
||||||
|
* leftover references around
|
||||||
*/
|
*/
|
||||||
public boolean leaveWorkspace(String workspaceId) {
|
public boolean leaveWorkspace(String workspaceId) {
|
||||||
return leave_workspace(this.ptr, workspaceId);
|
return leave_workspace(this.ptr, workspaceId);
|
||||||
|
|
Loading…
Reference in a new issue