Merge pull request #34587 from izeye
* gh-34587: Polish Javadoc since tags for gh-34324 Closes gh-34587
This commit is contained in:
commit
cfd4341a8e
|
|
@ -284,6 +284,7 @@ public class DockerApi {
|
||||||
* @param exports a consumer to receive the layer tar file paths (file can only be
|
* @param exports a consumer to receive the layer tar file paths (file can only be
|
||||||
* accessed during the callback)
|
* accessed during the callback)
|
||||||
* @throws IOException on IO error
|
* @throws IOException on IO error
|
||||||
|
* @since 2.7.10
|
||||||
*/
|
*/
|
||||||
public void exportLayerFiles(ImageReference reference, IOBiConsumer<String, Path> exports) throws IOException {
|
public void exportLayerFiles(ImageReference reference, IOBiConsumer<String, Path> exports) throws IOException {
|
||||||
Assert.notNull(reference, "Reference must not be null");
|
Assert.notNull(reference, "Reference must not be null");
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ import org.springframework.boot.buildpack.platform.json.MappedObject;
|
||||||
* Image archive manifest information.
|
* Image archive manifest information.
|
||||||
*
|
*
|
||||||
* @author Scott Frederick
|
* @author Scott Frederick
|
||||||
* @since 2.7.9
|
* @since 2.7.10
|
||||||
*/
|
*/
|
||||||
public class ImageArchiveManifest extends MappedObject {
|
public class ImageArchiveManifest extends MappedObject {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue