Skip to content

Commit 6261af5

Browse files
committed
Remove deprecated overridden method
1 parent 903a1af commit 6261af5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/main/java/com/authzed/grpcutil/BearerToken.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,4 @@ public void applyRequestMetadata(RequestInfo requestInfo, Executor executor, Met
3232
}
3333
});
3434
}
35-
36-
@Override
37-
public void thisUsesUnstableApi() {
38-
// Intentionally empty
39-
}
4035
}

0 commit comments

Comments
 (0)