-
Notifications
You must be signed in to change notification settings - Fork 0
Maybe the generic is not needed #55
Copy link
Copy link
Open
Description
error-handler/src/main/java/com/bellotapps/utils/error_handler/HandlingResult.java
Line 71 in 0c3ff64
| public static <T> HandlingResult<T> justErrorCode(final int httpErrorCode) { |
We can replace with
public static HandlingResult<Void> justErrorCode(int httpErrorCode) {
return new HandlingResult(httpErrorCode, null);
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels