Skip to content

Commit b91710c

Browse files
sanjaypujarelarry-safran
authored andcommitted
api: stabilize ServerCall.getAuthority() by removing experimental annotation (grpc#10498)
1 parent 5e5c15a commit b91710c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/main/java/io/grpc/ServerCall.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ public Attributes getAttributes() {
242242
*
243243
* @return the authority string. {@code null} if not available.
244244
*/
245-
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2924")
246245
@Nullable
247246
public String getAuthority() {
248247
return null;

0 commit comments

Comments
 (0)