mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge pull request #36048 from izeye
* pr/36048: Add Javadoc since to ImageReference.inTaglessForm() Closes gh-36048
This commit is contained in:
+1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user