Skip to content

Commit

Permalink
Open visibility of ProtoOutputFormatter in order to use it in Package…
Browse files Browse the repository at this point in the history
…Loader.

PiperOrigin-RevId: 250548195
  • Loading branch information
meisterT authored and copybara-github committed May 29, 2019
1 parent 9f554d3 commit b2fac74
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ protected Iterable<Target> getOrderedTargets(Digraph<Target> result, QueryOption
}

/** Converts a logical {@link Target} object into a {@link Build.Target} protobuffer. */
@VisibleForTesting
public Build.Target toTargetProtoBuffer(Target target) throws InterruptedException {
return toTargetProtoBuffer(target, null);
}
Expand Down

0 comments on commit b2fac74

Please sign in to comment.