Moved test case into correct package

This commit is contained in:
dsyer
2008-11-11 14:23:20 +00:00
parent 60ca279e80
commit fa5a3cafff

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.step.item;
package org.springframework.batch.core.step.skip;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;