This commit is contained in:
Stephane Nicoll 2016-03-01 19:10:39 +01:00
parent 3df66d023c
commit b3b3fc5a7e
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ public enum HttpStatus {
* @see <a href="https://tools.ietf.org/html/draft-ietf-httpbis-legally-restricted-status-04">
* An HTTP Status Code to Report Legal Obstacles</a>
*/
UNAVAILABLE_FOR_LEGAL_REASONS(451,"Unavailable For Legal Reasons"),
UNAVAILABLE_FOR_LEGAL_REASONS(451, "Unavailable For Legal Reasons"),
// --- 5xx Server Error ---