INT-3368: SyslogToMapTrans: Make TAG Optional

JIRA: https://jira.spring.io/browse/INT-3368

INT-3368: PR comments
This commit is contained in:
Artem Bilan
2014-04-11 15:10:21 +03:00
committed by Gary Russell
parent 7082b9e4cb
commit 96dc725539
3 changed files with 62 additions and 28 deletions

View File

@@ -82,7 +82,7 @@ public class TwitterSearchOutboundGateway extends AbstractReplyProducingMessageH
* page size, sinceId, and maxId respectively. Refer to the 'Spring
* Social Twitter' documentation for more details.
* <p> When using a {@code SearchParameters} directly, it is not necessary
* to include the package: {@code "new SearchParameters("#foo").count(20)").
* to include the package: {@code "new SearchParameters("#foo").count(20)")}.
* <p> Default: {@code "payload"}.
* @param searchArgsExpression The expression.
*/