Skip to content

Commit

Permalink
Oepn CoreConfiguration#applyTo
Browse files Browse the repository at this point in the history
  • Loading branch information
be-hase committed Apr 5, 2023
1 parent 3bffc1f commit 2ce7496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ public void setDefaultEnumTypeHandler(Class<? extends TypeHandler> defaultEnumTy
this.defaultEnumTypeHandler = defaultEnumTypeHandler;
}

void applyTo(Configuration target) {
public void applyTo(Configuration target) {
PropertyMapper mapper = PropertyMapper.get().alwaysApplyingWhenNonNull();
mapper.from(getSafeRowBoundsEnabled()).to(target::setSafeRowBoundsEnabled);
mapper.from(getSafeResultHandlerEnabled()).to(target::setSafeResultHandlerEnabled);
Expand Down

0 comments on commit 2ce7496

Please sign in to comment.