Skip to content

Commit 0fd4e3b

Browse files
authored
api: stabilize ServerCall.getAuthority() by removing experimental annotation (#10498)
1 parent 2e95631 commit 0fd4e3b

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)