Skip to content

Commit

Permalink
[RESTEASY-2779] Removed redundant call in ResourceMethodRegistry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsigal authored and liweinan committed Mar 18, 2021
1 parent fe9afe2 commit dd4710d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -225,7 +225,6 @@ public void addResourceFactory(ResourceFactory ref, ResourceBuilder resourceBuil
{
Class<?>[] classes = {clazz};
addResourceFactory(ref, resourceBuilder, base, classes);
if (ref != null) ref.registered(providerFactory);
}

/**
Expand Down

0 comments on commit dd4710d

Please sign in to comment.