From 1bb3c89898d5bd6529ef19ba3262d2586b2b298a Mon Sep 17 00:00:00 2001 From: dhgarrette Date: Thu, 2 Apr 2009 04:07:13 +0000 Subject: [PATCH] Fixed typos --- src/site/docbook/reference/step.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/docbook/reference/step.xml b/src/site/docbook/reference/step.xml index 7cd913888..55b0f8fb5 100644 --- a/src/site/docbook/reference/step.xml +++ b/src/site/docbook/reference/step.xml @@ -528,7 +528,7 @@
- Configuring Fatal Exceptions 800-446-7834 AA2486 + Configuring Fatal Exceptions One problem with the example above is that any other exception besides a FlatFileParseException will cause the @@ -1113,7 +1113,7 @@ files[i].getPath()); } } - return ExitStatus.FINISHED; + return RepeatStatus.FINISHED; } public void setDirectoryResource(Resource directory) {