[BATCH-430] Rearranged package structure to remove technical packages

This commit is contained in:
nebhale
2008-03-07 14:56:10 +00:00
parent cce1b29f6d
commit c1887cdd9c
94 changed files with 163 additions and 180 deletions

View File

@@ -3,7 +3,7 @@ package org.springframework.batch.sample.exception.handler;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.batch.repeat.RepeatContext;
import org.springframework.batch.repeat.exception.handler.ExceptionHandler;
import org.springframework.batch.repeat.exception.ExceptionHandler;
public class FootballExceptionHandler implements ExceptionHandler {