This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new bf9cc46 draft gatherers4j blog post (minor tweaks)
bf9cc46 is described below
commit bf9cc46bc64f802a61a87f09ac571bd1cbf320f4
Author: Paul King <[email protected]>
AuthorDate: Fri Apr 11 07:33:41 2025 +1000
draft gatherers4j blog post (minor tweaks)
---
site/src/site/blog/exploring-gatherers4j.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/src/site/blog/exploring-gatherers4j.adoc
b/site/src/site/blog/exploring-gatherers4j.adoc
index bf9a548..85ab365 100644
--- a/site/src/site/blog/exploring-gatherers4j.adoc
+++ b/site/src/site/blog/exploring-gatherers4j.adoc
@@ -37,7 +37,7 @@ and JDK 24.
Let's now look at numerous other gatherers (and their Groovy iterator
equivalents)
in the https://tginsberg.github.io/gatherers4j/[Gatherers4J] library.
-== Revisiting Collate with Gatherers4J
+image:img/collate.png[collate a list - produced by Dall-E
3,200,float='right']== Revisiting Collate with Gatherers4J
In an
https://groovy.apache.org/blog/groovy-gatherers[earlier blog post] we showed
how to provide
@@ -955,5 +955,5 @@ We have looked at how to use gatherers, and how to achieve
similar functionality
.Update history
****
-*10/Apr/2025*: Initial version +
+*11/Apr/2025*: Initial version +
****