INT-1129 moved Message and MessageHeaders from 'core' to the root (org.springframework.integration)
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
|
||||
package org.springframework.integration.samples.errorhandling;
|
||||
|
||||
import org.springframework.integration.Message;
|
||||
import org.springframework.integration.annotation.MessageEndpoint;
|
||||
import org.springframework.integration.annotation.Transformer;
|
||||
import org.springframework.integration.core.Message;
|
||||
import org.springframework.integration.core.MessagingException;
|
||||
import org.springframework.integration.message.ErrorMessage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user