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 CheckpointAlgorithm.endCheckpoint says 'last' when it means 'most recent' #113

Open follis opened 4 years ago

follis commented 4 years ago

The Javadoc says "The endCheckpoint method is invoked after the last checkpoint is taken…" But that suggests only after the final checkpoint when it is invoked after each checkpoint so we should change the wording to 'most recent'.