BasicBatchConfigurer is public again
Closes gh-4533 Closes gh-4608
This commit is contained in:
parent
095e7291d8
commit
91a10e12b6
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue