Skip to content

Commit

Permalink
Make CompoundEvaluationProgressReceiver's ctor public.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 250772007
  • Loading branch information
haxorz authored and copybara-github committed May 30, 2019
1 parent ba8e01e commit 2a5e3b1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@
*/
public final class CompoundEvaluationProgressReceiver
extends CompoundEvaluationProgressReceiverBase {
private CompoundEvaluationProgressReceiver(
public CompoundEvaluationProgressReceiver(
ImmutableList<? extends EvaluationProgressReceiver> receivers) {
super(receivers);
}

public static EvaluationProgressReceiver of(EvaluationProgressReceiver... receivers) {
return new CompoundEvaluationProgressReceiver(ImmutableList.copyOf(receivers));
}
}

0 comments on commit 2a5e3b1

Please # to comment.