aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-03-10 13:48:35 +0100
committerSven Gothel <[email protected]>2014-03-10 13:48:35 +0100
commitac954c8877592203bc928112407e2bf0f25465f3 (patch)
tree67138d87ec33391e5f0f1d66cfdeef3734d80371 /src/java/com/jogamp
parent557482a864319b29fd7a3bdd494418ad10948db3 (diff)
parentfccb2460832aedd1b51372aa1e7881770cb638c9 (diff)
Merge remote-tracking branch 'remotes/wwalker/bug_994_fix_cstruct_annotation_warning'
Diffstat (limited to 'src/java/com/jogamp')
-rw-r--r--src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java b/src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java
index 1eda788..53391e8 100644
--- a/src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java
+++ b/src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java
@@ -78,7 +78,7 @@ import jogamp.common.Debug;
* @author Sven Gothel, et.al.
*/
@SupportedAnnotationTypes(value = {"com.jogamp.gluegen.structgen.CStruct"})
-@SupportedSourceVersion(SourceVersion.RELEASE_6)
+@SupportedSourceVersion(SourceVersion.RELEASE_7)
public class CStructAnnotationProcessor extends AbstractProcessor {
private static final String DEFAULT = "_default_";
private static final boolean DEBUG;