Skip to content

Commit

Permalink
Merge pull request #44413 from ngocnhan-tran1996
Browse files Browse the repository at this point in the history
* pr/44413:
  Update copyright of changed files
  Fix typo in fold attribute

Closes gh-44413
  • Loading branch information
snicoll committed Feb 24, 2025
2 parents e6b2193 + 41656bf commit def70a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2025 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down 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
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2025 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down 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 def70a1

Please sign in to comment.