Skip to content

Commit 2b287cf

Browse files
committed
Fixed a few javadocs typos.
1 parent 659e035 commit 2b287cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

batch/chunk-exception/src/test/java/org/javaee7/batch/chunk/exception/BatchChunkExceptionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* In this sample we're going to process a few record and mix some exceptions during read, processing and write of the
2525
* chunk. Exceptions are a natural part of batch processing, and the batch itself should be prepared to deal with
26-
* exceptions during processing. These exceptions are configired in the job xml file (+myjob.xml+).
26+
* exceptions during processing. These exceptions are configured in the job xml file (+myjob.xml+).
2727
*
2828
* Batch processing deals with two kinds of exceptions: skippable and retryable. Skippable Exceptions are used to skip
2929
* elements during reading, processing and writing and continue to the next element. Retryable Exceptions on the other
@@ -84,7 +84,7 @@ public static WebArchive createDeployment() {
8484
}
8585

8686
/**
87-
* In the test, we're just going to invoke the batch executing and wait for completion. To validate the test
87+
* In the test, we're just going to invoke the batch execution and wait for completion. To validate the test
8888
* expected behaviour we need to query the +Metric[]+ object available in the step execution.
8989
*
9090
* @throws Exception an exception if the batch could not complete successfully.

0 commit comments

Comments
 (0)