Skip to content

Commit a9d3acb

Browse files
Merge pull request #36048 from izeye
* pr/36048: Add Javadoc since to ImageReference.inTaglessForm() Closes gh-36048
2 parents 5ecca4b + 59d4bf9 commit a9d3acb

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)