Skip to content

Commit

Permalink
Fixed Checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau committed Feb 7, 2025
1 parent 9595bd9 commit cadea0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ private static int toSafePageLimit(Integer pageLimit) {
public UUID create(JsonApiDocument docToCreate, Consumer<D> dtoCustomizer) {

D dto = objMapper.convertValue(docToCreate.getAttributes(), resourceClass);
if(dtoCustomizer != null) {
if (dtoCustomizer != null) {
dtoCustomizer.accept(dto);
}

Expand Down

0 comments on commit cadea0b

Please sign in to comment.