Skip to content

Commit

Permalink
Remove the experimental annotation for AndroidComponentAddress.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbianchi-7 committed Nov 2, 2022
1 parent a97db60 commit a021cb7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import io.grpc.ExperimentalApi;
import java.net.SocketAddress;

/**
Expand All @@ -41,7 +40,6 @@
* fields, namely, an action of {@link ApiConstants#ACTION_BIND}, an empty category set and null
* type and data URI.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/8022")
public class AndroidComponentAddress extends SocketAddress { // NOTE: Only temporarily non-final.
private static final long serialVersionUID = 0L;

Expand Down

0 comments on commit a021cb7

Please sign in to comment.