mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
Merge pull request #580 from rproserpio/patch-1
[WW-5205] - Reverting injection refactor of internal bean
This commit is contained in:
@@ -34,10 +34,10 @@ import java.io.InputStreamReader;
|
||||
*/
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user