Add missing @Deprecated annotation

Closes gh-28602
pull/28655/head
Andy Wilkinson 3 years ago
parent 925ddd6b09
commit 5f1103f381

@ -106,6 +106,7 @@ public class IncludeExcludeEndpointFilter<E extends ExposableEndpoint<?>> implem
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of * @deprecated since 2.6.0 for removal in 2.8.0 in favor of
* {@link #IncludeExcludeEndpointFilter(Class, Environment, String, String[])} * {@link #IncludeExcludeEndpointFilter(Class, Environment, String, String[])}
*/ */
@Deprecated
public IncludeExcludeEndpointFilter(Class<E> endpointType, Collection<String> include, Collection<String> exclude, public IncludeExcludeEndpointFilter(Class<E> endpointType, Collection<String> include, Collection<String> exclude,
DefaultIncludes defaultIncludes) { DefaultIncludes defaultIncludes) {
this(endpointType, include, exclude, DefaultIncludes.patterns(defaultIncludes)); this(endpointType, include, exclude, DefaultIncludes.patterns(defaultIncludes));

Loading…
Cancel
Save