Spelling error in test package

This commit is contained in:
dsyer
2010-09-06 13:10:42 +00:00
parent 9ba30f7537
commit 2053ff3608
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.core.exlore.support;
package org.springframework.batch.core.explore.support;
import static junit.framework.Assert.assertTrue;
import static junit.framework.Assert.fail;

View File

@@ -1,4 +1,4 @@
package org.springframework.batch.core.exlore.support;
package org.springframework.batch.core.explore.support;
import static org.junit.Assert.assertEquals;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.core.exlore.support;
package org.springframework.batch.core.explore.support;
import static org.junit.Assert.assertEquals;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.batch.core.exlore.support;
package org.springframework.batch.core.explore.support;
import static org.easymock.EasyMock.createMock;
import static org.easymock.EasyMock.expect;