aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/glu-CustomJavaCode-gl2es1.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-06-27 08:57:09 +0200
committerSven Gothel <[email protected]>2014-06-27 08:57:09 +0200
commit21b84da775fae5806481ecc658a207bf603126d5 (patch)
tree757a59e053d8d1487a507e8d0d14c459c25f1003 /make/config/jogl/glu-CustomJavaCode-gl2es1.java
parentfd121c63a94c28b3a27a866c5c1316694d67c43a (diff)
GLU: Make ProjectFloat/ProjectDouble final and deprecate GLU.destroy() method.
Diffstat (limited to 'make/config/jogl/glu-CustomJavaCode-gl2es1.java')
-rw-r--r--make/config/jogl/glu-CustomJavaCode-gl2es1.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/config/jogl/glu-CustomJavaCode-gl2es1.java b/make/config/jogl/glu-CustomJavaCode-gl2es1.java
index a1f689f42..ad242be21 100644
--- a/make/config/jogl/glu-CustomJavaCode-gl2es1.java
+++ b/make/config/jogl/glu-CustomJavaCode-gl2es1.java
@@ -40,6 +40,8 @@ public GLUgl2es1()
super();
}
+/** @deprecated No more used, NOP */
+@Override
public void destroy() {
super.destroy();
}