|
16 | 16 |
|
17 | 17 | package org.springframework.batch.core.configuration.xml;
|
18 | 18 |
|
19 |
| -import java.io.Serializable; |
20 | 19 | import java.util.Collection;
|
21 | 20 | import java.util.HashMap;
|
22 | 21 | import java.util.HashSet;
|
23 | 22 | import java.util.LinkedHashSet;
|
24 | 23 | import java.util.Map;
|
25 |
| -import java.util.Queue; |
26 | 24 | import java.util.Set;
|
27 |
| -import java.util.concurrent.locks.ReentrantLock; |
28 | 25 |
|
29 | 26 | import org.springframework.batch.core.ChunkListener;
|
30 | 27 | import org.springframework.batch.core.ItemProcessListener;
|
@@ -413,7 +410,7 @@ protected void registerItemListeners(SimpleStepBuilder<I, O> builder) {
|
413 | 410 | }
|
414 | 411 |
|
415 | 412 | /**
|
416 |
| - * Creates new {@link TaskletStep}. |
| 413 | + * Creates a new {@link TaskletStep}. |
417 | 414 | * @return The {@link TaskletStep}.
|
418 | 415 | */
|
419 | 416 | protected Step createSimpleStep() {
|
@@ -454,8 +451,8 @@ protected TaskletStep createTaskletStep() {
|
454 | 451 | }
|
455 | 452 |
|
456 | 453 | /**
|
457 |
| - * Set the state of the {@link AbstractTaskletStepBuilder}. |
458 |
| - * @param builder The {@link AbstractTaskletStepBuilder} to be enhanced. |
| 454 | + * Set the state of the {@link AbstractTaskletStepBuilder} using the values that were established for the factory bean. |
| 455 | + * @param builder The {@link AbstractTaskletStepBuilder} to be modified. |
459 | 456 | */
|
460 | 457 | @SuppressWarnings("serial")
|
461 | 458 | protected void enhanceTaskletStepBuilder(AbstractTaskletStepBuilder<?> builder) {
|
@@ -501,7 +498,7 @@ public boolean rollbackOn(Throwable ex) {
|
501 | 498 | }
|
502 | 499 |
|
503 | 500 | /**
|
504 |
| - * Create new {@link org.springframework.batch.core.job.flow.FlowStep}. |
| 501 | + * Create a new {@link org.springframework.batch.core.job.flow.FlowStep}. |
505 | 502 | * @return The {@link org.springframework.batch.core.job.flow.FlowStep}.
|
506 | 503 | */
|
507 | 504 | protected Step createFlowStep() {
|
|
0 commit comments