Skip to content

Commit 7895a8f

Browse files
authored
Fix javadoc warnings (#620)
Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>
1 parent 24f7c04 commit 7895a8f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/land/oras/Descriptor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public sealed class Descriptor permits Config, Manifest, Layer, Index {
7979
* @param mediaType The media type
8080
* @param annotations The annotations
8181
* @param artifactType The artifact type
82+
* @param registry The resolved registry
8283
* @param json The original JSON
8384
*/
8485
protected Descriptor(

src/main/java/land/oras/OCI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ protected List<Layer> collectLayers(T ref, String contentType, boolean includeAl
164164
/**
165165
* Push layers to the target
166166
* @param ref The ref
167+
* @param annotations The annotations for layers (selected by title annotation).
167168
* @param withDigest Push with digest
168169
* @param paths The paths to the files
169170
* @return The layers

0 commit comments

Comments
 (0)