diff --git a/spring-integration-core/src/main/java/org/springframework/integration/core/MessageSelector.java b/spring-integration-core/src/main/java/org/springframework/integration/core/MessageSelector.java index 147f827c76..0cb791abf0 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/core/MessageSelector.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/core/MessageSelector.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. @@ -18,7 +18,6 @@ package org.springframework.integration.core; import org.springframework.integration.Message; - /** * Strategy interface for message selection. * diff --git a/spring-integration-core/src/main/java/org/springframework/integration/core/PollableChannel.java b/spring-integration-core/src/main/java/org/springframework/integration/core/PollableChannel.java index ea5afd9590..c6df5edcdf 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/core/PollableChannel.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/core/PollableChannel.java @@ -19,7 +19,6 @@ package org.springframework.integration.core; import org.springframework.integration.Message; import org.springframework.integration.MessageChannel; - /** * Interface for Message Channels from which Messages may be actively received through polling. * diff --git a/spring-integration-core/src/main/java/org/springframework/integration/core/SubscribableChannel.java b/spring-integration-core/src/main/java/org/springframework/integration/core/SubscribableChannel.java index f6418df756..641df47430 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/core/SubscribableChannel.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/core/SubscribableChannel.java @@ -18,7 +18,6 @@ package org.springframework.integration.core; import org.springframework.integration.MessageChannel; - /** * Interface for any MessageChannel implementation that accepts subscribers. * The subscribers must implement the {@link MessageHandler} interface and