diff --git a/spring-integration-core/src/main/java/org/springframework/integration/Message.java b/spring-integration-core/src/main/java/org/springframework/integration/Message.java index 549dee2d28..c6c03c6af8 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/Message.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2008 the original author or authors. + * Copyright 2002-2010 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. @@ -16,7 +16,6 @@ package org.springframework.integration; - /** * The central interface that any Message type must implement. *