From e162d985bdf397514e587074b8bdcc58ce2dcaa4 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Wed, 28 Apr 2010 01:47:06 +0200
Subject: Fix broken build

---
 src/java/com/jogamp/common/util/IntIntHashMap.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/java')

diff --git a/src/java/com/jogamp/common/util/IntIntHashMap.java b/src/java/com/jogamp/common/util/IntIntHashMap.java
index 8448a98..aa739b4 100644
--- a/src/java/com/jogamp/common/util/IntIntHashMap.java
+++ b/src/java/com/jogamp/common/util/IntIntHashMap.java
@@ -344,7 +344,7 @@ public class /*name*/IntIntHashMap/*name*/ implements Iterable {
         /**
          * Sets the value for this entry.
          */
-        public void setValue(int value) {
+        public void setValue(/*value*/int/*value*/ value) {
             this.value = value;
         }
 
-- 
cgit v1.2.3