Remove iffy technical package with funny name and fix Spring IDE config

This commit is contained in:
dsyer
2008-11-08 09:21:47 +00:00
parent d49cc44abb
commit aec5d45053
7 changed files with 85 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
package org.springframework.batch.sample.domain.nonSequential.internal;
package org.springframework.batch.sample.domain.football.internal;
import javax.sql.DataSource;

View File

@@ -1,4 +1,4 @@
package org.springframework.batch.sample.domain.nonSequential.internal;
package org.springframework.batch.sample.domain.football.internal;
import org.springframework.batch.core.ExitStatus;
import org.springframework.batch.core.JobExecution;

View File

@@ -1,4 +1,4 @@
package org.springframework.batch.sample.domain.nonSequential.internal;
package org.springframework.batch.sample.domain.football.internal;
import org.springframework.batch.core.ExitStatus;
import org.springframework.batch.core.StepExecution;