Skip to content

Commit

Permalink
Fix a javadoc error.
Browse files Browse the repository at this point in the history
The method was recently renamed, update this javadoc accordingly.

PiperOrigin-RevId: 568866493
  • Loading branch information
Googler authored and copybara-github committed Sep 27, 2023
1 parent c7c46a3 commit 3504c9d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ public static BlazeBuildOutputs fromParsedBepOutput(
private final ImmutableSet<Label> targetsWithErrors;
public final long bepBytesConsumed;

/** {@link BepArtifactData} by {@link OutputArtifact#getKey()} for all artifacts from a build. */
/**
* {@link BepArtifactData} by {@link OutputArtifact#getRelativePath()} for all artifacts from a
* build.
*/
public final ImmutableMap<String, BepArtifactData> artifacts;

/** The artifacts transitively associated with each top-level target. */
Expand Down

0 comments on commit 3504c9d

Please sign in to comment.