Fix typo in fold attribute

See gh-44413

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-02-23 22:01:00 +07:00
committed by Stéphane Nicoll
parent e6b21937cd
commit ae2cfebd93
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
}