Remove some compiler warnings

This commit is contained in:
Dave Syer
2014-06-02 10:55:04 +01:00
parent cb89995153
commit efcbb32788
3 changed files with 7 additions and 6 deletions

View File

@@ -152,7 +152,7 @@ public class JobLauncherCommandLineRunnerTests {
this.transactionManager);
public BatchConfiguration() throws Exception {
this.jobRepository = this.jobRepositoryFactory.getJobRepository();
this.jobRepository = this.jobRepositoryFactory.getObject();
}
public void clear() {