INT-1129 moved MessageBuilder from 'message' to 'core'

This commit is contained in:
Mark Fisher
2010-07-28 14:38:36 +00:00
parent 012b08f1db
commit 00d3e351f7
194 changed files with 276 additions and 273 deletions

View File

@@ -33,7 +33,7 @@ import org.springframework.http.HttpEntity;
import org.springframework.http.HttpMethod;
import org.springframework.http.MediaType;
import org.springframework.integration.core.Message;
import org.springframework.integration.message.MessageBuilder;
import org.springframework.integration.core.MessageBuilder;
/**
* @author Mark Fisher