Skip to content

Commit

Permalink
Merge branch '2.4.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Dec 17, 2020
2 parents e689fcb + aeaefbe commit 4b763c3
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -65,7 +65,12 @@ StandardConfigDataReference getReference() {
return this.reference;
}

Resource getResource() {
/**
* Return the underlying Spring {@link Resource} being loaded.
* @return the underlying resource
* @since 2.4.2
*/
public Resource getResource() {
return this.resource;
}

Expand Down

0 comments on commit 4b763c3

Please sign in to comment.