Skip to content

Commit

Permalink
Add missing @deprecated annotation
Browse files Browse the repository at this point in the history
Closes gh-28602
  • Loading branch information
wilkinsona committed Nov 11, 2021
1 parent 925ddd6 commit 5f1103f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public IncludeExcludeEndpointFilter(Class<E> endpointType, Collection<String> in
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of
* {@link #IncludeExcludeEndpointFilter(Class, Environment, String, String[])}
*/
@Deprecated
public IncludeExcludeEndpointFilter(Class<E> endpointType, Collection<String> include, Collection<String> exclude,
DefaultIncludes defaultIncludes) {
this(endpointType, include, exclude, DefaultIncludes.patterns(defaultIncludes));
Expand Down

0 comments on commit 5f1103f

Please sign in to comment.