Commit 91a10e12 authored by Jean de Klerk's avatar Jean de Klerk Committed by Stephane Nicoll

BasicBatchConfigurer is public again

Closes gh-4533
Closes gh-4608
parent 095e7291
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment