Fix typos

This commit is contained in:
Mahmoud Ben Hassine
2018-08-23 08:46:46 +02:00
parent df2e778fbd
commit 249fa2673e
64 changed files with 170 additions and 129 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2013 the original author or authors.
* Copyright 2013-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -32,6 +32,7 @@ import org.springframework.test.context.support.DependencyInjectionTestExecution
/**
* @author Dave Syer
* @author Mahmoud Ben Hassine
* @since 2.1
*/
@ContextConfiguration
@@ -45,7 +46,7 @@ public class JobScopeTestExecutionListenerIntegrationTests {
@Autowired
private ItemStream stream;
public JobExecution getJobExection() {
public JobExecution getJobExecution() {
// Assert that dependencies are already injected...
assertNotNull(reader);
// Then create the execution for the job scope...

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2010 the original author or authors.
* Copyright 2010-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -32,6 +32,7 @@ import org.springframework.test.context.support.DependencyInjectionTestExecution
/**
* @author Dave Syer
* @author Mahmoud Ben Hassine
* @since 2.1
*/
@ContextConfiguration
@@ -45,7 +46,7 @@ public class StepScopeTestExecutionListenerIntegrationTests {
@Autowired
private ItemStream stream;
public StepExecution getStepExection() {
public StepExecution getStepExecution() {
// Assert that dependencies are already injected...
assertNotNull(reader);
// Then create the execution for the step scope...