From 898dce1eaf87611301b6aa8093f36ede03e66269 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 26 Mar 2013 11:48:35 -0400 Subject: [PATCH] Fix Typo in Reference s/Adivce/Advice/ --- src/reference/docbook/handler-advice.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/docbook/handler-advice.xml b/src/reference/docbook/handler-advice.xml index d2b5af55fb..00eb641d61 100644 --- a/src/reference/docbook/handler-advice.xml +++ b/src/reference/docbook/handler-advice.xml @@ -393,7 +393,7 @@ Caused by: java.lang.RuntimeException: foo
Custom Advice Classes - In addition to the provided Advice classes above, you can implement your own Adivce classes. While you can + In addition to the provided Advice classes above, you can implement your own Advice classes. While you can provide any implementation of org.aopalliance.aop.Advice, it is generally recommended that you subclass org.springframework.integration.handler.advice.AbstractRequestHandlerAdvice. This has the benefit of avoiding writing low-level Aspect Oriented Programming code as well