[
https://issues.apache.org/jira/browse/METRON-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15622164#comment-15622164
]
ASF GitHub Bot commented on METRON-521:
---------------------------------------
Github user cestella commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/327#discussion_r85738429
--- Diff:
metron-platform/metron-common/src/main/java/org/apache/metron/common/dsl/functions/DataStructureFunctions.java
---
@@ -138,9 +138,9 @@ public Object apply(List<Object> args) {
}
@Stellar(name="IS_EMPTY"
- , description="Returns true if string or collection is empty and
false otherwise"
- , params = { "input - Object of string or collection type (e.g.
list)"}
- , returns = "Boolean"
+ , description="Returns true if string or collection is empty and
false if otherwise."
+ , params = { "input - Object of string or collection type (for
example, list)"}
+ , returns = "True if the string or collection is empty and false
otherwise."
--- End diff --
thanks, got it.
> Stellar function documentation needs grammar/clarity fixes
> ----------------------------------------------------------
>
> Key: METRON-521
> URL: https://issues.apache.org/jira/browse/METRON-521
> Project: Metron
> Issue Type: Improvement
> Reporter: Casey Stella
> Assignee: Casey Stella
>
> There are some unclear, inconsistent and ungrammatical text in the Stellar
> function descriptions. This should be corrected.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)