Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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