Skip to content

Commit

Permalink
remove 'error' in Status javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Oct 31, 2023
1 parent f1a3f80 commit d91e9e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import lombok.Getter;

/**
* An error enumeration class that conforms to the RESTful specifications and custom error reporting requirements.
* An enumeration class that conforms to the RESTful specifications and custom error reporting requirements.
* <ul>
* <li>The 'code' field is used to return the HTTP status code using {@link HttpStatus}.</li>
* <li>The 'category' field represents the major category of the error.</li>
Expand Down

0 comments on commit d91e9e5

Please sign in to comment.