From c20d8729db4c7dd22ab6d13895e7d35042c4ef4f Mon Sep 17 00:00:00 2001 From: David Syer Date: Tue, 27 Jul 2010 13:20:52 +0000 Subject: [PATCH] remove funny char from javadoc --- .../history/MessageHistoryAwareMessageHandler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/history/MessageHistoryAwareMessageHandler.java b/spring-integration-core/src/main/java/org/springframework/integration/history/MessageHistoryAwareMessageHandler.java index 70e4146a1c..4607734b2f 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/history/MessageHistoryAwareMessageHandler.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/history/MessageHistoryAwareMessageHandler.java @@ -25,7 +25,7 @@ import org.springframework.util.Assert; /** * Wrapper class to be used when a particular MessageHandler needs to be tracked in MessageHistory. * Note, any MessageHandler that is wrapped by this class will be tracked in MessageHistory - * only when a MessageHistoryWriter is present in the ApplicationContext.Ê + * only when a MessageHistoryWriter is present in the ApplicationContext. * * @author Oleg Zhurakousky * @author Mark Fisher @@ -43,7 +43,7 @@ public class MessageHistoryAwareMessageHandler implements NamedComponent, Messag /** * @param historyWriter * @param endpointName - * @param parentHandler + * @param targetHandler */ public MessageHistoryAwareMessageHandler(MessageHistoryWriter historyWriter, String endpointName, MessageHandler targetHandler) { Assert.notNull(targetHandler, "targetHandler must not be null");