Skip to content

Commit 9849a69

Browse files
committed
Merge pull request #36965 from spa-abaudat
* pr/36965: Update copyright year of changed file Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes Closes gh-36965
2 parents 0e6abd1 + e043fe4 commit 9849a69

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/AbstractFilterRegistrationBean.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -169,9 +169,7 @@ public void setDispatcherTypes(DispatcherType first, DispatcherType... rest) {
169169
}
170170

171171
/**
172-
* Sets the dispatcher types that should be used with the registration. If not
173-
* specified the types will be deduced based on the value of
174-
* {@link #isAsyncSupported()}.
172+
* Sets the dispatcher types that should be used with the registration.
175173
* @param dispatcherTypes the dispatcher types
176174
*/
177175
public void setDispatcherTypes(EnumSet<DispatcherType> dispatcherTypes) {

0 commit comments

Comments
 (0)