mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 09:39:04 +00:00
Address Checkstyle violation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user