From 015c059cd94848038fc8cef13059d0fc9b4074cf Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 25 Mar 2011 12:13:51 -0400 Subject: [PATCH] INT-1850 Update Copyrights --- .../integration/handler/MessageHandlerChain.java | 3 ++- .../integration/handler/MessageHandlerChainTests.java | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/handler/MessageHandlerChain.java b/spring-integration-core/src/main/java/org/springframework/integration/handler/MessageHandlerChain.java index f0ed463804..32706f897c 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/handler/MessageHandlerChain.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/handler/MessageHandlerChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 the original author or authors. + * Copyright 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -62,6 +62,7 @@ import org.springframework.util.Assert; * * @author Mark Fisher * @author Iwein Fuld + * @author Gary Russell */ public class MessageHandlerChain extends AbstractMessageHandler implements MessageProducer, Ordered { diff --git a/spring-integration-core/src/test/java/org/springframework/integration/handler/MessageHandlerChainTests.java b/spring-integration-core/src/test/java/org/springframework/integration/handler/MessageHandlerChainTests.java index 58c0807798..84fbcfb17c 100644 --- a/spring-integration-core/src/test/java/org/springframework/integration/handler/MessageHandlerChainTests.java +++ b/spring-integration-core/src/test/java/org/springframework/integration/handler/MessageHandlerChainTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 the original author or authors. + * Copyright 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,6 +35,7 @@ import org.springframework.integration.support.MessageBuilder; /** * @author Mark Fisher * @author Iwein Fuld + * @author Gary Russell */ public class MessageHandlerChainTests {