Skip to content

Commit

Permalink
Fix typo in fold attribute
Browse files Browse the repository at this point in the history
See gh-44413

Signed-off-by: Tran Ngoc Nhan <[email protected]>
  • Loading branch information
ngocnhan-tran1996 authored and snicoll committed Feb 24, 2025
1 parent e6b2193 commit ae2cfeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ public int getPort() {
public void setPort(int port) {
this.port = port;
}
// fold:off
// @fold:off

}
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public int getPort() {
public void setPort(int port) {
this.port = port;
}
// @fold:off // getters/setters ...
// @fold:off

}

Expand Down

0 comments on commit ae2cfeb

Please sign in to comment.