Skip to content

Commit

Permalink
Fix Builder instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
damondouglas committed Aug 5, 2024
1 parent 87ee1c4 commit 35b0598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static PrismArtifactResolver of(Pipeline pipeline) {
}

static Builder builder() {
return new AutoValue_Prism_ArtifactResolver.Builder();
return new AutoValue_PrismArtifactResolver.Builder();
}

/**
Expand Down

0 comments on commit 35b0598

Please sign in to comment.