Skip to content

Commit def70a1

Browse files
committed
Merge pull request #44413 from ngocnhan-tran1996
* pr/44413: Update copyright of changed files Fix typo in fold attribute Closes gh-44413
2 parents e6b2193 + 41656bf commit def70a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyServerProperties.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -60,6 +60,6 @@ public int getPort() {
6060
public void setPort(int port) {
6161
this.port = port;
6262
}
63-
// fold:off
63+
// @fold:off
6464

6565
}

spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/nestedproperties/MyServerProperties.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -65,7 +65,7 @@ public int getPort() {
6565
public void setPort(int port) {
6666
this.port = port;
6767
}
68-
// @fold:off // getters/setters ...
68+
// @fold:off
6969

7070
}
7171

0 commit comments

Comments
 (0)