Skip to content

Commit cb86862

Browse files
committed
Add Javadoc since to ImageReference.inTaglessForm()
See spring-projectsgh-35358
1 parent 7b0aa7d commit cb86862

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.java

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ public ImageReference inTaggedForm() {
157157
/**
158158
* Return an {@link ImageReference} without the tag.
159159
* @return the image reference in tagless form
160+
* @since 2.7.12
160161
*/
161162
public ImageReference inTaglessForm() {
162163
if (this.tag == null) {

0 commit comments

Comments
 (0)