Skip to content

Commit

Permalink
By default, HollowObjectMapper discovers default hash keys
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoszewnik committed Dec 6, 2016
1 parent 10362e3 commit 83dcb64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class HollowObjectMapper {
private AtomicInteger unassignedTypeCounter = new AtomicInteger(0);

private boolean ignoreListOrdering = false;
private boolean useDefaultHashKeys = false;
private boolean useDefaultHashKeys = true;

public HollowObjectMapper(HollowWriteStateEngine stateEngine) {
this.stateEngine = stateEngine;
Expand Down

0 comments on commit 83dcb64

Please sign in to comment.