Commit 78414e92 by ibaker Committed by Tofunmi Adigun-Hameed

Remove deprecated `DefaultLoadControl.Builder.createDefaultLoadControl()`

Use `build()` instead.

#minor-release

PiperOrigin-RevId: 534348979
(cherry picked from commit b71487ebb468b511b1d6880d4f5d26c0f0777fcd)
parent c9706e95
...@@ -228,14 +228,6 @@ public class DefaultLoadControl implements LoadControl { ...@@ -228,14 +228,6 @@ public class DefaultLoadControl implements LoadControl {
return this; return this;
} }
/**
* @deprecated use {@link #build} instead.
*/
@Deprecated
public DefaultLoadControl createDefaultLoadControl() {
return build();
}
/** Creates a {@link DefaultLoadControl}. */ /** Creates a {@link DefaultLoadControl}. */
public DefaultLoadControl build() { public DefaultLoadControl build() {
checkState(!buildCalled); checkState(!buildCalled);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment