This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a48c655 2026/05/14 22:57:07: Generated dev website from
groovy-website@369c884
a48c655 is described below
commit a48c655eb88bc4c6b2d3a805b012b17d89fde3da
Author: jenkins <[email protected]>
AuthorDate: Thu May 14 22:57:07 2026 +0000
2026/05/14 22:57:07: Generated dev website from groovy-website@369c884
---
search/search-index.json | 2 +-
wiki/GEP-13.html | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/search/search-index.json b/search/search-index.json
index 0c16049..9d16bfb 100644
--- a/search/search-index.json
+++ b/search/search-index.json
@@ -758,7 +758,7 @@
{
"id": "wiki/GEP-13.html",
"title": "The Apache Groovy programming language - Developer docs -
GEP-13",
- "content": "The Apache Groovy programming language - Developer docs -
GEP-13 Socialize Discuss on the mailing list Groovy on X Groovy on Bluesky
Groovy on Mastodon Groovy on LinkedIn Events and conferences Source code on
GitHub Report issues in Jira Stack Overflow questions Slack Community You are
using an outdated browser. Please upgrade your browser to improve your
experience. Apache Groovy™ Learn Documentation Download Support
Contribute Ecosystem Blog posts Socialize GE [...]
+ "content": "The Apache Groovy programming language - Developer docs -
GEP-13 Socialize Discuss on the mailing list Groovy on X Groovy on Bluesky
Groovy on Mastodon Groovy on LinkedIn Events and conferences Source code on
GitHub Report issues in Jira Stack Overflow questions Slack Community You are
using an outdated browser. Please upgrade your browser to improve your
experience. Apache Groovy™ Learn Documentation Download Support
Contribute Ecosystem Blog posts Socialize GE [...]
"url": "wiki/GEP-13.html",
"site": "dev"
},
diff --git a/wiki/GEP-13.html b/wiki/GEP-13.html
index e412687..67690cd 100644
--- a/wiki/GEP-13.html
+++ b/wiki/GEP-13.html
@@ -248,9 +248,7 @@ extend or implement the sealed type. A permitted subtype
must:</p>
<div class="paragraph">
<p>If the <code>permits</code> clause is omitted (and
<code>permittedSubclasses</code> is not
set on <code>@Sealed</code>), the compiler infers permitted subtypes by
collecting
-all direct subtypes declared in the same compilation unit. If no such
-subtypes exist, the declaration is treated as having an empty
<code>permits</code>
-set, equivalent to <code>final</code>.</p>
+all direct subtypes declared in the same compilation unit.</p>
</div>
<div class="paragraph">
<p>Inference does not consult other compilation units.</p>