Merge branch '3.4.x'

Closes gh-44421
This commit is contained in:
Stéphane Nicoll
2025-02-24 08:23:53 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -60,6 +60,6 @@ public class MyServerProperties {
public void setPort(int port) {
this.port = port;
}
// fold:off
// @fold:off
}

View File

@@ -65,7 +65,7 @@ public class MyServerProperties {
public void setPort(int port) {
this.port = port;
}
// @fold:off // getters/setters ...
// @fold:off
}