This commit is contained in:
Erik C. Thauvin 2021-06-01 03:03:55 -07:00
parent 95f4c9714e
commit e77c8595cb
6 changed files with 60 additions and 58 deletions

View file

@ -76,7 +76,7 @@ public class StatusCode implements Serializable {
}
/**
* Checks if the status code is a client error.
* Checks if the status code is a client error. (eg: <code>Interal Server Error</code>)
*
* @return <code>true</code> if the status code is a client error, <code>false</code> otherwise.
*/