diff options
author | Sven Gothel <[email protected]> | 2023-03-30 04:02:24 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-03-30 04:02:24 +0200 |
commit | c3ae7d6b6ecc98146c2c011aac2edb75af5f928f (patch) | |
tree | 36df9dcaea722b7efbfbf4efa37c561249ef33de /src/jogl | |
parent | 67cfcbab5497401e15c92746858974c444a0c155 (diff) |
Graph*: API doc refinement
Diffstat (limited to 'src/jogl')
-rw-r--r-- | src/jogl/classes/com/jogamp/graph/curve/Region.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/graph/curve/Region.java b/src/jogl/classes/com/jogamp/graph/curve/Region.java index 37ae9fc99..6b590a4d8 100644 --- a/src/jogl/classes/com/jogamp/graph/curve/Region.java +++ b/src/jogl/classes/com/jogamp/graph/curve/Region.java @@ -232,7 +232,7 @@ public abstract class Region { protected abstract void pushIndices(int idx1, int idx2, int idx3); /** - * Return bit-field of render modes, see {@link GLRegion#create(GLProfile, int, TextureSequence) create(..)}. + * Returns bit-field of render modes, see {@link GLRegion#create(GLProfile, int, TextureSequence) create(..)}. */ public final int getRenderModes() { return renderModes; } |