Skip to content

Commit

Permalink
Merge pull request #36048 from izeye
Browse files Browse the repository at this point in the history
* pr/36048:
  Add Javadoc since to ImageReference.inTaglessForm()

Closes gh-36048
  • Loading branch information
scottfrederick committed Jun 23, 2023
2 parents 5ecca4b + 59d4bf9 commit a9d3acb
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 a9d3acb

Please sign in to comment.