Fix typo in fold attribute
See gh-44413 Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
committed by
Stéphane Nicoll
parent
e6b21937cd
commit
ae2cfebd93
@@ -60,6 +60,6 @@ public class MyServerProperties {
|
||||
public void setPort(int port) {
|
||||
this.port = port;
|
||||
}
|
||||
// fold:off
|
||||
// @fold:off
|
||||
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ public class MyServerProperties {
|
||||
public void setPort(int port) {
|
||||
this.port = port;
|
||||
}
|
||||
// @fold:off // getters/setters ...
|
||||
// @fold:off
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user