From fccb2460832aedd1b51372aa1e7881770cb638c9 Mon Sep 17 00:00:00 2001 From: Wade Walker Date: Thu, 6 Mar 2014 14:27:25 -0600 Subject: Fix CStruct annotation processor warning. Updated the Java source version the annotation processor supports to stop it from throwing a warning during the build process. --- src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3