aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java
diff options
context:
space:
mode:
authorSven Gothel <sgothel@jausoft.com>2023-03-06 02:19:27 +0100
committerSven Gothel <sgothel@jausoft.com>2023-03-06 02:19:27 +0100
commit874a49592e5233722fb8e455aa741c351f1c50a2 (patch)
treeef3430e7daabb7cd354aa1e54824a077766aa523 /src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java
parentf12043cbb8c7b5ea20937dbe6799ca5e635019d0 (diff)
GLArrayData*: Minor edits: API doc, space and year-range
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java')
-rw-r--r--src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java b/src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java
index 13c3144fb..699a0be0d 100644
--- a/src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java
+++ b/src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2010 JogAmp Community. All rights reserved.
+ * Copyright 2010-2023 JogAmp Community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
@@ -357,7 +357,7 @@ public class GLArrayDataWrapper implements GLArrayData {
*
* @see #setVBOEnabled(boolean)
*/
- public void setVBOName(final int vboName) {
+ public void setVBOName(final int vboName) {
this.vboName=vboName;
setVBOEnabled(0!=vboName);
}