From 59d4bf97a163868a9b8573180cdb4b713f050fe7 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Sat, 24 Jun 2023 01:56:49 +0900 Subject: [PATCH] Add Javadoc since to ImageReference.inTaglessForm() See gh-36048 --- .../boot/buildpack/platform/docker/type/ImageReference.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.java b/spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.java index 3f07f53166..f562d22f83 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.java +++ b/spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.java @@ -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) {