Remove dead autowire
This commit is contained in:
parent
b989710479
commit
c20eab6ba5
|
@ -107,8 +107,6 @@ public class BulkDataExportProvider {
|
|||
@Autowired
|
||||
private IInterceptorBroadcaster myInterceptorBroadcaster;
|
||||
|
||||
@Autowired(required = false)
|
||||
private AuthorizationInterceptor myAuthorizationInterceptor;
|
||||
|
||||
private Set<String> myCompartmentResources;
|
||||
|
||||
|
|
Loading…
Reference in New Issue