From e774abd1a18ee53caa2c550718179f0567d45323 Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Mon, 7 Jul 2014 07:25:19 -0700 Subject: gluegen: remove unused imports, unneeded semicolons, add missing @Override annotations --- src/java/com/jogamp/common/util/IntIntHashMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/java/com/jogamp/common/util/IntIntHashMap.java') diff --git a/src/java/com/jogamp/common/util/IntIntHashMap.java b/src/java/com/jogamp/common/util/IntIntHashMap.java index 4cb2329..e61b59f 100644 --- a/src/java/com/jogamp/common/util/IntIntHashMap.java +++ b/src/java/com/jogamp/common/util/IntIntHashMap.java @@ -75,7 +75,7 @@ public class /*name*/IntIntHashMap/*name*/ implements Cloneable, private static final Constructor entryConstructor; private static final Method equalsMethod; - static class EntryCM { EntryCM() { c = null; m1 = null; } Constructor c; Method m1; }; + static class EntryCM { EntryCM() { c = null; m1 = null; } Constructor c; Method m1; } static { final Class valueClazz = /*value*/int/*value*/.class; -- cgit v1.2.3