Removed unnecessary wiring

This commit is contained in:
jvi
2021-02-09 00:18:17 +01:00
parent 4eaa9fbfb2
commit 4bfafc9be5
2 changed files with 0 additions and 7 deletions

View File

@@ -96,10 +96,6 @@ public class BaseJpaRestfulServer extends RestfulServer {
@Autowired
ApplicationContext myApplicationContext;
@Autowired(required = false)
RepositoryValidationInterceptorFactory repositoryValidationInterceptorFactory;
public BaseJpaRestfulServer() {
}