Rename some packages with more logical names

This commit is contained in:
dsyer
2008-03-01 10:24:28 +00:00
parent 0eb239c9cb
commit 90cb1e8ea3
41 changed files with 76 additions and 68 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.repeat.interceptor;
package org.springframework.batch.repeat.listener;
import java.util.ArrayList;
import java.util.Arrays;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.batch.repeat.interceptor;
package org.springframework.batch.repeat.listener;
import org.springframework.batch.repeat.ExitStatus;
import org.springframework.batch.repeat.RepeatContext;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.batch.retry.interceptor;
package org.springframework.batch.retry.listener;
import org.springframework.batch.retry.RetryCallback;
import org.springframework.batch.retry.RetryContext;