Skip to content

Commit

Permalink
Merge pull request #11 from Netflix/feature/object-mapper-state-engine
Browse files Browse the repository at this point in the history
make getStateEngine public on HollowObjectMapper
  • Loading branch information
Tim Taylor authored Jan 17, 2017
2 parents a700838 + d1e13cd commit 8f0215f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ int nextUnassignedTypeId() {
return unassignedTypeCounter.getAndIncrement();
}

HollowWriteStateEngine getStateEngine() {
public HollowWriteStateEngine getStateEngine() {
return stateEngine;
}

Expand Down

0 comments on commit 8f0215f

Please sign in to comment.