mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
fix(java): java 8 compatible javadocs
This commit is contained in:
parent
7c92b94a07
commit
073de5e81f
1 changed files with 4 additions and 5 deletions
9
dist/java/src/mp/code/Workspace.java
vendored
9
dist/java/src/mp/code/Workspace.java
vendored
|
@ -11,11 +11,10 @@ import mp.code.exceptions.ControllerException;
|
|||
/**
|
||||
* Represents a CodeMP workspace, which broadly speaking is a collection
|
||||
* of buffers across which edits and cursor movements are tracked.
|
||||
* @apiNote Generally, it is safer to avoid storing this directly.
|
||||
* Instead, users should let the native library manage as
|
||||
* much as possible for them.
|
||||
* They should store the workspace ID and retrieve the object
|
||||
* whenever needed with {@link Client#getWorkspace(String)}.
|
||||
* Generally, it is safer to avoid storing this directly. Instead,
|
||||
* users should let the native library manage as much as possible for
|
||||
* them. They should store the workspace ID and retrieve the object
|
||||
* whenever needed with {@link Client#getWorkspace(String)}.
|
||||
*/
|
||||
public final class Workspace {
|
||||
private final long ptr;
|
||||
|
|
Loading…
Reference in a new issue