Address Checkstyle violation

(cherry picked from commit bbe733def7)
This commit is contained in:
Sam Brannen
2026-03-05 11:40:42 +01:00
parent 507399d9a8
commit 5806a23bcf
@@ -107,9 +107,9 @@ public abstract class HttpServletBean extends HttpServlet implements Environment
* Set the {@code Environment} that this servlet runs in.
* <p>Any environment set here overrides the {@link StandardServletEnvironment}
* provided by default.
* @since 3.1
* @throws IllegalArgumentException if environment is not assignable to
* {@code ConfigurableEnvironment}
* @since 3.1
*/
@Override
public void setEnvironment(Environment environment) {