Skip to content

Commit

Permalink
Remove deprecated overridden method
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Aug 27, 2024
1 parent 903a1af commit 6261af5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/com/authzed/grpcutil/BearerToken.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,4 @@ public void applyRequestMetadata(RequestInfo requestInfo, Executor executor, Met
}
});
}

@Override
public void thisUsesUnstableApi() {
// Intentionally empty
}
}

0 comments on commit 6261af5

Please sign in to comment.