docs: 删除无用注释

This commit is contained in:
郝先瑞
2023-04-23 07:43:58 +08:00
parent ae486efe21
commit 7dfb621913

View File

@@ -143,9 +143,6 @@ public class GlobalExceptionHandler {
return Result.failed(errorMessage);
}
/**
* TypeMismatchException
*/
@ExceptionHandler(TypeMismatchException.class)
@ResponseStatus(HttpStatus.BAD_REQUEST)
public <T> Result<T> processException(TypeMismatchException e) {