Merge pull request #4608 from jadekler/batch_config_public

* pr/4608:
  BasicBatchConfigurer is public again
This commit is contained in:
Stephane Nicoll
2015-11-25 09:52:06 +01:00

View File

@@ -43,7 +43,7 @@ import org.springframework.util.StringUtils;
* @author Andy Wilkinson
*/
@Component
class BasicBatchConfigurer implements BatchConfigurer {
public class BasicBatchConfigurer implements BatchConfigurer {
private static Log logger = LogFactory.getLog(BasicBatchConfigurer.class);