87 small fix whitespace
This commit is contained in:
parent
6a62e61caf
commit
76d3adb464
@ -115,7 +115,7 @@ public class AdviceController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ExceptionHandler(UserSendingMailException.class)
|
@ExceptionHandler(UserSendingMailException.class)
|
||||||
public ResponseExtended<String> handleUserSendingMailException(Throwable e ) {
|
public ResponseExtended<String> handleUserSendingMailException(Throwable e) {
|
||||||
return handleException(ErrorConstants.USER_SENDING_MAIL_EXCEPTION, e.getMessage());
|
return handleException(ErrorConstants.USER_SENDING_MAIL_EXCEPTION, e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user