diff options
author | Sven Gothel <[email protected]> | 2010-04-28 01:47:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-28 01:47:06 +0200 |
commit | e162d985bdf397514e587074b8bdcc58ce2dcaa4 (patch) | |
tree | 81808f6c5df8c2fcff8d83c9a309eb16fb9c6585 /src | |
parent | df5683b123b4346c2d5e8b3131a9dd87d00db0ab (diff) |
Fix broken build
Diffstat (limited to 'src')
-rw-r--r-- | src/java/com/jogamp/common/util/IntIntHashMap.java | 2 |
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; } |