IN PROGRESS - BATCH-693: Refactor samples along domain contours

This commit is contained in:
robokaso
2008-07-25 11:38:29 +00:00
parent c0f02103fe
commit f47ef8b199
3 changed files with 1 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.batch.sample.order;
package org.springframework.batch.sample.person;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;

View File

@@ -23,7 +23,6 @@ import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.springframework.batch.sample.order.Address;
import org.springframework.batch.sample.order.Child;
public class Person {

View File

@@ -22,7 +22,6 @@ import java.util.List;
import org.springframework.batch.item.ItemReader;
import org.springframework.batch.item.ItemWriter;
import org.springframework.batch.sample.order.Address;
import org.springframework.batch.sample.order.Child;
/**
* Custom class that contains logic that would normally be be contained in