Skip to content

Commit

Permalink
Remove obsolete @SuppressWarnings("deprecation")
Browse files Browse the repository at this point in the history
  • Loading branch information
pferraro committed Aug 8, 2019
1 parent b8d9857 commit 466c7e9
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -352,7 +352,6 @@ public static class Builder<T> {
private Class<?> serviceValueType;
private Set<String> requirements;
private boolean allowMultipleRegistrations = ALLOW_MULTIPLE;
@SuppressWarnings("deprecation")
private Function<PathAddress, String[]> dynamicNameMapper = DynamicNameMappers.SIMPLE;
private Set<String> additionalPackages;

Expand Down

0 comments on commit 466c7e9

Please sign in to comment.