diff options
author | Sven Gothel <[email protected]> | 2023-03-07 19:23:31 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-03-07 19:23:31 +0100 |
commit | 8476bc8420eafaf741f37ddf3c2f2d4660b31109 (patch) | |
tree | db23035d66cff6f01baaae315b0565ad48da89fd | |
parent | a615ae554ad00581ff722f89f151e7551f9473a4 (diff) |
GLArrayData: Fix API doc typo in sealed()
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/GLArrayData.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/GLArrayData.java b/src/jogl/classes/com/jogamp/opengl/GLArrayData.java index 65ef8c41e..17ffd57e9 100644 --- a/src/jogl/classes/com/jogamp/opengl/GLArrayData.java +++ b/src/jogl/classes/com/jogamp/opengl/GLArrayData.java @@ -172,7 +172,7 @@ public interface GLArrayData { public int getBytesPerComp(); /** - * Returns true if data has been {@link {@link com.jogamp.opengl.util.GLArrayDataEditable#seal(boolean) sealed} (flipped to read), otherwise false (writing mode). + * Returns true if data has been {@link com.jogamp.opengl.util.GLArrayDataEditable#seal(boolean) sealed} (flipped to read), otherwise false (writing mode). * * @see com.jogamp.opengl.util.GLArrayDataEditable#seal(boolean) * @see com.jogamp.opengl.util.GLArrayDataEditable#seal(GL, boolean) |