Fix typos
This commit is contained in:
@@ -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...
|
||||
|
||||
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user