Cleanup before 1.1 release

This commit is contained in:
Erik C. Thauvin 2023-09-28 22:01:04 -07:00
parent 3bedb10705
commit 7b3e4adfc8
15 changed files with 61 additions and 66 deletions

View file

@ -39,6 +39,7 @@ import java.io.Serializable;
* The <code>StatusCode</code> bean implements methods to check the class of an HTTP status code.
*
* @author <a href="mailto:erik@thauvin.net">Erik C. Thauvin</a>
* @since 1.1.0
*/
public class StatusCode implements Serializable {
@Serial