mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Polish Javadoc since tags for gh-34324
See gh-34587
This commit is contained in:
committed by
Andy Wilkinson
parent
2c09c311f5
commit
00f388fa6f
+1
@@ -284,6 +284,7 @@ public class DockerApi {
|
||||
* @param exports a consumer to receive the layer tar file paths (file can only be
|
||||
* accessed during the callback)
|
||||
* @throws IOException on IO error
|
||||
* @since 2.7.10
|
||||
*/
|
||||
public void exportLayerFiles(ImageReference reference, IOBiConsumer<String, Path> exports) throws IOException {
|
||||
Assert.notNull(reference, "Reference must not be null");
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ import org.springframework.boot.buildpack.platform.json.MappedObject;
|
||||
* Image archive manifest information.
|
||||
*
|
||||
* @author Scott Frederick
|
||||
* @since 2.7.9
|
||||
* @since 2.7.10
|
||||
*/
|
||||
public class ImageArchiveManifest extends MappedObject {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user