aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/JavaEmitter.java
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2014-07-07 07:25:19 -0700
committerHarvey Harrison <[email protected]>2014-07-07 07:25:19 -0700
commite774abd1a18ee53caa2c550718179f0567d45323 (patch)
tree0779f634d9d84111e677696ec2719402b8e3f549 /src/java/com/jogamp/gluegen/JavaEmitter.java
parent95dad44d1e825382bc5895f76c21f24bc5776501 (diff)
gluegen: remove unused imports, unneeded semicolons, add missing @Override annotations
Diffstat (limited to 'src/java/com/jogamp/gluegen/JavaEmitter.java')
-rw-r--r--src/java/com/jogamp/gluegen/JavaEmitter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/com/jogamp/gluegen/JavaEmitter.java b/src/java/com/jogamp/gluegen/JavaEmitter.java
index 0490e0c..f9dd13b 100644
--- a/src/java/com/jogamp/gluegen/JavaEmitter.java
+++ b/src/java/com/jogamp/gluegen/JavaEmitter.java
@@ -81,7 +81,7 @@ public class JavaEmitter implements GlueEmitter {
* (InterfaceAndImpl), only the interface (InterfaceOnly), or only
* the implementation (ImplOnly).
*/
- public enum EmissionStyle {AllStatic, InterfaceAndImpl, InterfaceOnly, ImplOnly};
+ public enum EmissionStyle {AllStatic, InterfaceAndImpl, InterfaceOnly, ImplOnly}
/**
* Access control for emitted Java methods.