RESOLVED - BATCH-1025: Move PatternMatcher to infrastructure project
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user