File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-batch-core/src/main/java/org/springframework/batch/core/step/builder Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2006-2022 the original author or authors.
2
+ * Copyright 2006-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
58
58
59
59
/**
60
60
* Step builder for simple item processing (chunk oriented) steps. Items are read and
61
- * cached in chunks, and then processed (transformed) and written (optionally either the
62
- * processor or the writer can be omitted) all in the same transaction.
61
+ * cached in chunks, and then processed (transformed) and written (optionally the
62
+ * processor can be omitted) all in the same transaction.
63
63
*
64
64
* @see FaultTolerantStepBuilder for a step that handles retry and skip of failed items
65
65
* @author Dave Syer
You can’t perform that action at this time.
0 commit comments