Skip to content

Commit

Permalink
Put ExperimentalApi annotation back to deprecated method.
Browse files Browse the repository at this point in the history
  • Loading branch information
voidzcy committed Aug 28, 2019
1 parent 9aa5cb1 commit 1e7067f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -31,6 +31,7 @@
import io.grpc.CallOptions;
import io.grpc.ClientCall;
import io.grpc.ConnectivityState;
import io.grpc.ExperimentalApi;
import io.grpc.ForwardingChannelBuilder;
import io.grpc.ManagedChannel;
import io.grpc.ManagedChannelBuilder;
Expand Down Expand Up @@ -88,6 +89,7 @@ public static AndroidChannelBuilder forAddress(String name, int port) {
*
* @deprecated Use {@link #usingBuilder(ManagedChannelBuilder)} instead.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/6043")
@Deprecated
public static AndroidChannelBuilder fromBuilder(ManagedChannelBuilder<?> builder) {
return usingBuilder(builder);
Expand Down

0 comments on commit 1e7067f

Please sign in to comment.