Skip to content

Commit

Permalink
Merge branch '3.4.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Feb 24, 2025
2 parents ed5ec22 + a5ed3e6 commit 5e57f1b
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 5e57f1b

Please sign in to comment.