Skip to content

Maybe the generic is not needed #55

@juanmbellini

Description

@juanmbellini

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);
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions