Skip to content

Commit 8aa65a2

Browse files
authored
Merge branch 'master' into MODWRKFLOW-18
2 parents 1920c8a + e2ba287 commit 8aa65a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/src/main/java/org/folio/rest/workflow/controller/advice/AbstractAdvice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ abstract class AbstractAdvice extends RequestMappingHandlerMapping {
2525
*
2626
* @return The built error response entity.
2727
*/
28-
protected ResponseEntity<String> buildError(Exception ex, HttpStatus code) {
28+
protected ResponseEntity<String> buildError(Exception ex, HttpStatus code) {
2929
return buildError(ex, code, MediaType.APPLICATION_JSON);
3030
}
3131

0 commit comments

Comments
 (0)