nop for CI

This commit is contained in:
Tadgh 2020-06-23 16:29:36 -07:00
parent bb7a773f41
commit 4cccc9804b
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ public class NonPersistedBatchConfigurer extends DefaultBatchConfigurer {
return myPlatformTransactionManager; return myPlatformTransactionManager;
} }
@Override @Override
protected JobRepository createJobRepository() throws Exception { protected JobRepository createJobRepository() throws Exception {
MapJobRepositoryFactoryBean factory = new MapJobRepositoryFactoryBean(); MapJobRepositoryFactoryBean factory = new MapJobRepositoryFactoryBean();