RESOLVED - BATCH-1578: Mismatch between JavaDoc and enum elements in BatchStatus

Replaced INCOMPLETE with ABANDONED in javadoc
This commit is contained in:
robokaso
2010-06-05 19:24:04 +00:00
parent 8f98f1ea7b
commit 1b33bf8985

View File

@@ -31,7 +31,7 @@ public enum BatchStatus {
* execution are COMPLETED will the aggregate status be COMPLETED. A running
* execution is expected to move from STARTING to STARTED to COMPLETED
* (through the order defined by {@link #upgradeTo(BatchStatus)}). Higher
* values than STARTED signify more serious failure. INCOMPLETE is used for
* values than STARTED signify more serious failure. ABANDONED is used for
* steps that have finished processing, but were not successful, and where
* they should be skipped on a restart (so FAILED is the wrong status).
*/