jakartaee / batch

The Jakarta Batch project produces the Batch Specification and API.
https://projects.eclipse.org/projects/ee4j.batch
Apache License 2.0
13 stars 17 forks source link

Javadoc for PartitionReducer.afterPartitionedStepCompletion wording changes #118

Open follis opened 3 years ago

follis commented 3 years ago

The javadoc for PartitionReducer.afterPartitionedStepCompletion reads: The afterPartitionedStepCompletion method receives control at the end of a partition processing. It receives a status value that identifies the outcome of the partition processing. Change to: "at the end of partition step processing" Change to: identifies whether all partitions have completed successfully."