BasicBatchConfigurer is public again

Closes gh-4533
Closes gh-4608
This commit is contained in:
Jean de Klerk 2015-11-24 19:35:15 -07:00 committed by Stephane Nicoll
parent 095e7291d8
commit 91a10e12b6
1 changed files with 1 additions and 1 deletions

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);