Skip to content

Commit

Permalink
Issue highsource#11. Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Dec 2, 2014
1 parent fa1751b commit 323060c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private void valueHashCode(JBlock block, JVar currentHashCode, JType type,
final HashCodeCodeGenerator codeGenerator = getFactory()
.getCodeGenerator(propertyType);

JType declarablePropertyType = getTypeFactory().create(
final JType declarablePropertyType = getTypeFactory().create(
propertyType).getDeclarableType();

final JVar propertyValue = block.decl(JMod.FINAL,
Expand Down

0 comments on commit 323060c

Please # to comment.