minor doc update

This commit is contained in:
Mark Fisher
2008-09-17 21:53:20 +00:00
parent 5a0677af00
commit 713c1a62db

View File

@@ -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 <em>return value</em>.
*
* @author Mark Fisher
*/