Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Fix import in BeanValidatingItemProcessor
Browse files Browse the repository at this point in the history
Resolves BATCH-2802
  • Loading branch information
fmbenhassine committed Apr 2, 2019
1 parent a272327 commit b497823
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018 the original author or authors.
* Copyright 2018-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -18,8 +18,7 @@

import javax.validation.Validator;

import org.apache.shiro.util.Assert;

import org.springframework.util.Assert;
import org.springframework.validation.beanvalidation.LocalValidatorFactoryBean;
import org.springframework.validation.beanvalidation.SpringValidatorAdapter;

Expand Down

0 comments on commit b497823

Please sign in to comment.