Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgothel committed Apr 27, 2010
1 parent df5683b commit e162d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/com/jogamp/common/util/IntIntHashMap.java
Expand Up @@ -344,7 +344,7 @@ private Entry(/*key*/int/*key*/ k, /*value*/int/*value*/ v, Entry n) {
/**
* Sets the value for this entry.
*/
public void setValue(int value) {
public void setValue(/*value*/int/*value*/ value) {
this.value = value;
}

Expand Down

0 comments on commit e162d98

Please sign in to comment.