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 8d0a452 add groupByMany blog post (minor tweaks)
8d0a452 is described below
commit 8d0a45229a79ab201e61f89a5f12e81bbbd3fd5b
Author: Paul King <[email protected]>
AuthorDate: Tue Dec 2 11:57:56 2025 +1000
add groupByMany blog post (minor tweaks)
---
site/src/site/blog/fruity-eclipse-grouping.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/src/site/blog/fruity-eclipse-grouping.adoc
b/site/src/site/blog/fruity-eclipse-grouping.adoc
index d7bb3fd..6de94a8 100644
--- a/site/src/site/blog/fruity-eclipse-grouping.adoc
+++ b/site/src/site/blog/fruity-eclipse-grouping.adoc
@@ -229,8 +229,8 @@ assert availability.groupByMany() == [
[Sorry U.S. readers, _Autumn_ has the same number of letters as the other
season names
and makes the last map look prettier - _Fall_ just didn't cut it this time!]
-This Map variant is the equivalent of Eclipse Collections `flip` method on
multimaps
-as this example shows:
+This no-args Map variant is the equivalent of Eclipse Collections `flip` method
+on multimaps as this example shows:
[source,groovy]
----