docs(storage): add issue #158 ref in ArtifactCoordinates Javadoc
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ import java.util.UUID;
|
|||||||
/**
|
/**
|
||||||
* Opaque coordinate that addresses one stored JAR. Designed so a future
|
* Opaque coordinate that addresses one stored JAR. Designed so a future
|
||||||
* OCI-backed store can reuse the same coordinate without schema changes —
|
* OCI-backed store can reuse the same coordinate without schema changes —
|
||||||
* see issue (Zot follow-up).
|
* see issue #158 (Zot follow-up).
|
||||||
*/
|
*/
|
||||||
public record ArtifactCoordinates(String tenantId, UUID appId, int version) {
|
public record ArtifactCoordinates(String tenantId, UUID appId, int version) {
|
||||||
public ArtifactCoordinates {
|
public ArtifactCoordinates {
|
||||||
|
|||||||
Reference in New Issue
Block a user