RESOLVED - issue BATCH-722: No framework logic should depend on the value of ExitStatus

This commit is contained in:
dsyer
2008-07-13 11:48:41 +00:00
parent cf6a6e34f0
commit 11a84dd267
6 changed files with 55 additions and 25 deletions

View File

@@ -194,9 +194,9 @@ public class RetryTemplate implements RetryOperations {
}
/*
* An external policy that can retry should have rethrown the
* exception by now - i.e. we shouldn't get this far for an
* external policy if it can retry.
* A stateful policy that can retry should have rethrown the
* exception by now - i.e. we shouldn't get this far for a
* stateful policy if it can retry.
*/
}