Skip to content

Commit

Permalink
Remove deprecated `DefaultLoadControl.Builder.createDefaultLoadContro…
Browse files Browse the repository at this point in the history
…l()`

Use `build()` instead.

#minor-release

PiperOrigin-RevId: 534348979
(cherry picked from commit b71487e)
  • Loading branch information
icbaker authored and tof-tof committed May 26, 2023
1 parent c9706e9 commit 78414e9
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,6 @@ public Builder setBackBuffer(int backBufferDurationMs, boolean retainBackBufferF
return this;
}

/**
* @deprecated use {@link #build} instead.
*/
@Deprecated
public DefaultLoadControl createDefaultLoadControl() {
return build();
}

/** Creates a {@link DefaultLoadControl}. */
public DefaultLoadControl build() {
checkState(!buildCalled);
Expand Down

0 comments on commit 78414e9

Please sign in to comment.