mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
13-FixCodeStyleIssues
This commit is contained in:
parent
76c331acd1
commit
7a81f0c042
8 changed files with 25 additions and 28 deletions
|
|
@ -40,7 +40,7 @@ public interface HttpStatus {
|
|||
int SC_NOT_ACCEPTABLE = 406;
|
||||
|
||||
/** {@code 422 Unprocessable Entity} (WebDAV - RFC 2518) */
|
||||
public static final int SC_UNPROCESSABLE_ENTITY = 422;
|
||||
int SC_UNPROCESSABLE_ENTITY = 422;
|
||||
|
||||
/** {@code 500 Server Error} (HTTP/1.0 - RFC 1945) */
|
||||
int SC_INTERNAL_SERVER_ERROR = 500;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue