INT-1129 moved MessageTimeoutException to root package

This commit is contained in:
Mark Fisher
2010-07-28 15:14:07 +00:00
parent 8ca521c377
commit 81a91380a9
2 changed files with 2 additions and 4 deletions

View File

@@ -14,10 +14,8 @@
* limitations under the License.
*/
package org.springframework.integration.message;
package org.springframework.integration;
import org.springframework.integration.Message;
import org.springframework.integration.MessageHandlingException;
/**
* @author Mark Fisher