SpelMessageProducerSupport abstract & pkg-private

This commit is contained in:
Mark Fisher
2011-08-25 22:37:56 -04:00
parent 42cc18e461
commit db1013426a

View File

@@ -21,7 +21,7 @@ import org.springframework.integration.endpoint.MessageProducerSupport;
* @since 2.1
*
*/
public class SpelMessageProducerSupport extends MessageProducerSupport {
abstract class SpelMessageProducerSupport extends MessageProducerSupport {
private volatile Expression payloadExpression;