Typo (what a shame)
This commit is contained in:
parent
ea4692e967
commit
f632925e63
@ -127,7 +127,7 @@ public class HttpResponseStatus implements Comparable<HttpResponseStatus> {
|
|||||||
/**
|
/**
|
||||||
* 401 Unauthorized
|
* 401 Unauthorized
|
||||||
*/
|
*/
|
||||||
public static final HttpResponseStatus UNUATHORIZED = new HttpResponseStatus(401, "Unauthorized");
|
public static final HttpResponseStatus UNAUTHORIZED = new HttpResponseStatus(401, "Unauthorized");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 402 Payment Required
|
* 402 Payment Required
|
||||||
@ -325,7 +325,7 @@ public class HttpResponseStatus implements Comparable<HttpResponseStatus> {
|
|||||||
case 400:
|
case 400:
|
||||||
return BAD_REQUEST;
|
return BAD_REQUEST;
|
||||||
case 401:
|
case 401:
|
||||||
return UNUATHORIZED;
|
return UNAUTHORIZED;
|
||||||
case 402:
|
case 402:
|
||||||
return PAYMENT_REQUIRED;
|
return PAYMENT_REQUIRED;
|
||||||
case 403:
|
case 403:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user