Skip to content

Commit

Permalink
api: stabilize ServerCall.getAuthority() by removing experimental ann…
Browse files Browse the repository at this point in the history
…otation (grpc#10498)
  • Loading branch information
sanjaypujare authored and larry-safran committed Aug 29, 2023
1 parent 5e5c15a commit b91710c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/main/java/io/grpc/ServerCall.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ public Attributes getAttributes() {
*
* @return the authority string. {@code null} if not available.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2924")
@Nullable
public String getAuthority() {
return null;
Expand Down

0 comments on commit b91710c

Please sign in to comment.