Skip to content

Commit

Permalink
Issue highsource#11.
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Dec 4, 2014
1 parent d1df533 commit 7f70f20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public DoubleHashCodeCodeGenerator(
}

@Override
protected JExpression valueHashCode(JBlock block, JType type, JVar value) {
protected JExpression generateHashCode(JBlock block, JType type, JVar value) {

// long bits = doubleToLongBits(value);
final JVar bits = block.decl(JMod.FINAL, getCodeModel().LONG,
Expand Down

0 comments on commit 7f70f20

Please sign in to comment.