summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/java/com/jogamp/common/util/IntIntHashMap.java2
1 files changed, 1 insertions, 1 deletions
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;
}