RESOLVED - BATCH-1025: Move PatternMatcher to infrastructure project

This commit is contained in:
robokaso
2009-01-27 11:42:37 +00:00
parent f4fa341233
commit 996926bc21
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
package org.springframework.batch.core.job.flow.support;
import org.springframework.batch.core.ExitStatus;
import org.springframework.batch.core.job.flow.support.util.PatternMatcher;
import org.springframework.batch.support.PatternMatcher;
import org.springframework.util.StringUtils;
/**

View File

@@ -21,8 +21,8 @@ import java.util.List;
import org.springframework.batch.core.ExitStatus;
import org.springframework.batch.core.Job;
import org.springframework.batch.core.StepExecution;
import org.springframework.batch.core.job.flow.support.util.PatternMatcher;
import org.springframework.batch.item.ExecutionContext;
import org.springframework.batch.support.PatternMatcher;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.util.Assert;

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.job.flow.support.util;
package org.springframework.batch.support;
/**
* @author Dave Syer