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 e2c3c9f  minor tweaks
e2c3c9f is described below

commit e2c3c9f874074d1d6982dd4b65f2a364700718d0
Author: Paul King <[email protected]>
AuthorDate: Tue May 13 22:03:27 2025 +1000

    minor tweaks
---
 site/src/site/releasenotes/groovy-5.0.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/src/site/releasenotes/groovy-5.0.adoc 
b/site/src/site/releasenotes/groovy-5.0.adoc
index eaef3e1..eb9fe7b 100644
--- a/site/src/site/releasenotes/groovy-5.0.adoc
+++ b/site/src/site/releasenotes/groovy-5.0.adoc
@@ -439,6 +439,7 @@ def letters = new 
PriorityQueue(String.CASE_INSENSITIVE_ORDER)
 letters.addAll(['Z', 'y', 'X', 'a', 'B', 'c'])
 assert letters.toList() == ['a', 'B', 'c', 'Z', 'X', 'y'] // uses iterator()
 assert letters.drain() == ['a', 'B', 'c', 'X', 'y', 'Z']
+assert letters.empty
 ----
 
 ==== Checked collections

Reply via email to