Skip to content

Commit 42df0b6

Browse files
committed
Fix include expression in test case
1 parent b4c080f commit 42df0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jms/jms-batch/src/test/java/org/javaee7/jms/batch/JmsItemReaderTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static WebArchive deployment() {
7979
*
8080
* Following method is used to generate the payload:
8181
*
82-
* include::#sendMessages[]
82+
* include::JmsItemReaderTest#sendMessages[]
8383
*
8484
* So we send 10 random numbers, and verify that summing integers works exactly the
8585
* same way on both ends. Or that the job really picked up all the numbers submitted

0 commit comments

Comments
 (0)