Skip to content

Commit

Permalink
Update kork-artifacts/src/main/java/com/netflix/spinnaker/kork/artifa…
Browse files Browse the repository at this point in the history
…cts/artifactstore/ArtifactStoreURIBuilder.java

Co-authored-by: David Byron <[email protected]>
  • Loading branch information
xibz and dbyron-sf authored Jul 5, 2023
1 parent 0fc3bc0 commit 57c2be8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public abstract class ArtifactStoreURIBuilder {
public abstract String buildArtifactURI(String context, Artifact artifact);

/**
* buildRawURI is used when you have the raw path and context. This method just simply return the
* buildRawURI is used when you have the raw path and context. This method just simply returns the
* properly formatted URI using the URI builder that extends this class.
*
* <p>This function is primarily used in clouddriver when deck is asking for the raw artifact to
Expand Down

0 comments on commit 57c2be8

Please sign in to comment.