Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
taha.attari@smilecdr.com committed Dec 18, 2024
1 parent dcab860 commit c297976
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ public default String resolvePathString(IBase base, String path) {
} else if (result instanceof IBaseReference reference) {
return reference.getReferenceElement().getValue();
} else {
throw new UnprocessableEntityException("Path : {} on element of type {} could not be resolved", path, base.getClass().getSimpleName() );
throw new UnprocessableEntityException(
"Path : {} on element of type {} could not be resolved",
path,
base.getClass().getSimpleName());
}
}

Expand Down

0 comments on commit c297976

Please sign in to comment.