This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push: new dc258a70 Wrong tag name dc258a70 is described below commit dc258a70f9bba6c9360c26aa479ed2f6c3c6f36e Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 17 16:58:25 2023 +0100 Wrong tag name --- src/site/xdoc/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 0106c13f..44073a89 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -163,7 +163,7 @@ and ensure their execution within controlled functional constraints. * @return the filtered stream */</span> <span style='font-weight:bold;color:#7B0052;'>public</span> Stream<?> filter(Stream<?> stream, <span style='font-weight:bold;color:#7B0052;'>final</span> JexlScript filter) <span style='font-weight:bold;color:#D3171B'>{</span> - <span style='font-weight:bold;color:#7B0052;'>return</span> stream.filter(x -> x =! <span style='font-weight:bold;color:#7B0052;'>null</span> &ersand;&ersand; TRUE.equals(filter.execute(this, x))); + <span style='font-weight:bold;color:#7B0052;'>return</span> stream.filter(x -> x =! <span style='font-weight:bold;color:#7B0052;'>null</span> && TRUE.equals(filter.execute(this, x))); <span style='font-weight:bold;color:#D3171B'>}</span> <span style='font-weight:bold;color:#D3171B'>}</span>