Skip to content

Commit 4b763c3

Browse files
committed
Merge branch '2.4.x'
2 parents e689fcb + aeaefbe commit 4b763c3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/config/StandardConfigDataResource.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,12 @@ StandardConfigDataReference getReference() {
6565
return this.reference;
6666
}
6767

68-
Resource getResource() {
68+
/**
69+
* Return the underlying Spring {@link Resource} being loaded.
70+
* @return the underlying resource
71+
* @since 2.4.2
72+
*/
73+
public Resource getResource() {
6974
return this.resource;
7075
}
7176

0 commit comments

Comments
 (0)