This is an automated email from the ASF dual-hosted git repository.
matrei pushed a commit to branch banner-versions
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/banner-versions by this push:
new c5cbdac65e style: remove unnecessary semicolons
c5cbdac65e is described below
commit c5cbdac65e86850b336e19867ea74213af15fc03
Author: Mattias Reichel <[email protected]>
AuthorDate: Wed Nov 19 13:15:21 2025 +0100
style: remove unnecessary semicolons
---
grails-core/src/main/groovy/grails/boot/GrailsBanner.groovy | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/grails-core/src/main/groovy/grails/boot/GrailsBanner.groovy
b/grails-core/src/main/groovy/grails/boot/GrailsBanner.groovy
index a7cdde6b08..f416394474 100644
--- a/grails-core/src/main/groovy/grails/boot/GrailsBanner.groovy
+++ b/grails-core/src/main/groovy/grails/boot/GrailsBanner.groovy
@@ -325,7 +325,7 @@ class GrailsBanner implements Banner {
SPRING_SECURITY,
TOMCAT,
JETTY,
- UNDERTOW;
+ UNDERTOW
final String key
@@ -352,7 +352,7 @@ class GrailsBanner implements Banner {
GRAILS,
GROOVY,
SPRING_BOOT,
- SPRING;
+ SPRING
final String key
@@ -369,7 +369,7 @@ class GrailsBanner implements Banner {
SPRING_SECURITY,
TOMCAT,
JETTY,
- UNDERTOW;
+ UNDERTOW
final String key