Skip to content

Commit

Permalink
Method visibility change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 398812473
  • Loading branch information
justinhorvitz authored and copybara-github committed Sep 24, 2021
1 parent 28001f6 commit 331370c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ private static TreeArtifactValue transformSharedTree(
* com.google.devtools.build.lib.actions.Actions#canBeShared shareable} with the action that
* originally produced this {@code ActionExecutionValue}.
*/
ActionExecutionValue transformForSharedAction(Action action) {
public ActionExecutionValue transformForSharedAction(Action action) {
Preconditions.checkArgument(
action.getOutputs().size() == artifactData.size() + treeArtifactData.size(),
"Cannot share %s with %s",
Expand Down

0 comments on commit 331370c

Please sign in to comment.