Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
Closes gh-36054
  • Loading branch information
scottfrederick committed Jun 23, 2023
2 parents eba7b32 + 4a3abdd commit b9b3146
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public ImageReference inTaggedForm() {
/**
* Return an {@link ImageReference} without the tag.
* @return the image reference in tagless form
* @since 2.7.12
*/
public ImageReference inTaglessForm() {
if (this.tag == null) {
Expand Down

0 comments on commit b9b3146

Please sign in to comment.