Merge pull request #4608 from jadekler/batch_config_public
* pr/4608: BasicBatchConfigurer is public again
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user