Skip to content

Commit 5f1103f

Browse files
committed
Add missing @deprecated annotation
Closes gh-28602
1 parent 925ddd6 commit 5f1103f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/endpoint/expose/IncludeExcludeEndpointFilter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public IncludeExcludeEndpointFilter(Class<E> endpointType, Collection<String> in
106106
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of
107107
* {@link #IncludeExcludeEndpointFilter(Class, Environment, String, String[])}
108108
*/
109+
@Deprecated
109110
public IncludeExcludeEndpointFilter(Class<E> endpointType, Collection<String> include, Collection<String> exclude,
110111
DefaultIncludes defaultIncludes) {
111112
this(endpointType, include, exclude, DefaultIncludes.patterns(defaultIncludes));

0 commit comments

Comments
 (0)