Add Javadoc since to ImageReference.inTaglessForm()

See gh-36048
This commit is contained in:
Johnny Lim
2023-06-24 01:56:49 +09:00
committed by Scott Frederick
parent 5ecca4be36
commit 59d4bf97a1

View File

@@ -157,6 +157,7 @@ public final class ImageReference {
/**
* 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) {