Updated GenericMessage's import of Message (somehow this was skipped in the previous commit).

This commit is contained in:
Mark Fisher
2008-10-15 03:01:05 +00:00
parent 08043b541d
commit 8c6b7a6921

View File

@@ -20,6 +20,7 @@ import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
import org.springframework.integration.core.Message;
import org.springframework.util.Assert;
/**