Skip to content

Commit

Permalink
Merge pull request #580 from rproserpio/patch-1
Browse files Browse the repository at this point in the history
[WW-5205] - Reverting injection refactor of internal bean
  • Loading branch information
lukaszlenart authored Aug 8, 2022
2 parents 0c73cf2 + 3119eb6 commit 3c9465b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
*/
public class ContentTypeInterceptor extends AbstractInterceptor {

private final ContentTypeHandlerManager selector;
private ContentTypeHandlerManager selector;

@Inject
public ContentTypeInterceptor(ContentTypeHandlerManager selector) {
public void setContentTypeHandlerSelector(ContentTypeHandlerManager selector) {
this.selector = selector;
}

Expand Down

0 comments on commit 3c9465b

Please sign in to comment.