26-AddAndApplyOpenRewrite

This commit is contained in:
Adrian-Devries 2025-04-24 12:54:14 +02:00
parent 2466f9cf5d
commit 24509aae31
77 changed files with 508 additions and 413 deletions

View file

@ -45,4 +45,4 @@ public interface HttpStatus {
/** {@code 500 Server Error} (HTTP/1.0 - RFC 1945) */
int SC_INTERNAL_SERVER_ERROR = 500;
}
}