From e643d7e3c0819f84b54060ece75fd9d5804a47da Mon Sep 17 00:00:00 2001 From: Chris Schaefer Date: Thu, 7 Feb 2013 00:46:11 -0500 Subject: [PATCH] BATCH-1958: Fix typo in samples apt index --- spring-batch-samples/src/site/apt/index.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-samples/src/site/apt/index.apt b/spring-batch-samples/src/site/apt/index.apt index daf979fd4..24ac4845e 100644 --- a/spring-batch-samples/src/site/apt/index.apt +++ b/spring-batch-samples/src/site/apt/index.apt @@ -189,7 +189,7 @@ multiResource |x | | | | | | |x | | | |x | * Amqp Job Sample ({AmqpJobFunctionalTests}) This sample shows the use of Spring Batch to write to an <<>>. - The AmqpItemReader and Writer were contributed by Chris Schaeffer and + The AmqpItemReader and Writer were contributed by Chris Schaefer and a blog entry can be found at {{http://blog.dtzq.com/2012/08/spring-batch-amqp-itemreader-itemwriter.html}}. It is modeled after the JmsItemReader / Writer implementations, which are popular models for remote chunking. It leverages the AmqpTemplate.