aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-03-10 14:56:04 +0100
committerSven Gothel <[email protected]>2014-03-10 14:56:04 +0100
commit6476552f46c7bc7b151d53a9e8d2332deda10fcb (patch)
tree324b806ba1e5fef2afbfbc7182c10d606c4b94fc
parent28f6ffd5aa8b12c7fc8b6a00d2f761fbd600facb (diff)
Revert "Fix CStruct annotation processor warning."v2.1.5
This reverts commit fccb2460832aedd1b51372aa1e7881770cb638c9.
-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 32f270f..ee761a3 100644
--- a/src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java
+++ b/src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java
@@ -77,7 +77,7 @@ import jogamp.common.Debug;
* @author Michael Bien, et al.
*/
@SupportedAnnotationTypes(value = {"com.jogamp.gluegen.structgen.CStruct"})
-@SupportedSourceVersion(SourceVersion.RELEASE_7)
+@SupportedSourceVersion(SourceVersion.RELEASE_6)
public class CStructAnnotationProcessor extends AbstractProcessor {
private static final String DEFAULT = "_default_";
private static final boolean DEBUG;