Address Checkstyle violation

This commit is contained in:
Sam Brannen
2026-03-05 11:43:06 +01:00
parent 03391dfa94
commit bbe733def7
@@ -106,9 +106,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) {