formatting

This commit is contained in:
Mark Fisher
2010-09-17 16:30:42 -07:00
parent ce5a597658
commit fa44e4d563
3 changed files with 1 additions and 4 deletions

View File

@@ -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.
*

View File

@@ -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.
*

View File

@@ -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