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:
hsiegeln
2026-04-27 14:42:15 +02:00
parent cc17cdd020
commit 435153da6f

View File

@@ -5,7 +5,7 @@ import java.util.UUID;
/**
* Opaque coordinate that addresses one stored JAR. Designed so a future
* 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 ArtifactCoordinates {