diff --git a/org.springframework.integration/src/main/java/org/springframework/integration/aop/Publisher.java b/org.springframework.integration/src/main/java/org/springframework/integration/aop/Publisher.java index 128d28e22c..04b4e25304 100644 --- a/org.springframework.integration/src/main/java/org/springframework/integration/aop/Publisher.java +++ b/org.springframework.integration/src/main/java/org/springframework/integration/aop/Publisher.java @@ -27,7 +27,7 @@ import java.lang.annotation.Target; * Indicates that the method's return value, thrown exception, or * invocation arguments should be published to the specified * channel. The value will only be published if non-null. - * The default payload type is 'return value'. + * The default payload type is return value. * * @author Mark Fisher */