From 97c292cc569805681bc52d7c40846638b228b4c8 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 25 Aug 2010 15:04:15 +0000 Subject: [PATCH] formatting --- .../src/main/java/org/springframework/integration/Message.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. *