Skip to content

Commit cfd4341

Browse files
committed
Merge pull request #34587 from izeye
* gh-34587: Polish Javadoc since tags for gh-34324 Closes gh-34587
2 parents 2c09c31 + 00f388f commit cfd4341

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ public void exportLayers(ImageReference reference, IOBiConsumer<String, TarArchi
284284
* @param exports a consumer to receive the layer tar file paths (file can only be
285285
* accessed during the callback)
286286
* @throws IOException on IO error
287+
* @since 2.7.10
287288
*/
288289
public void exportLayerFiles(ImageReference reference, IOBiConsumer<String, Path> exports) throws IOException {
289290
Assert.notNull(reference, "Reference must not be null");

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* Image archive manifest information.
3232
*
3333
* @author Scott Frederick
34-
* @since 2.7.9
34+
* @since 2.7.10
3535
*/
3636
public class ImageArchiveManifest extends MappedObject {
3737

0 commit comments

Comments
 (0)