Skip to content
Merged
Show file tree
Hide file tree
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
73 changes: 0 additions & 73 deletions api/src/main/java/io/grpc/CallCredentials2.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@
import javax.annotation.Nullable;

/**
* Wraps {@link Credentials} as a {@link CallCredentials}.
* Wraps {@link Credentials} as a {@link io.grpc.CallCredentials}.
*/
// TODO(zhangkun83): remove the suppression after we change the base class to CallCredential
@SuppressWarnings("deprecation")
final class GoogleAuthLibraryCallCredentials extends io.grpc.CallCredentials2 {
final class GoogleAuthLibraryCallCredentials extends io.grpc.CallCredentials {
private static final Logger log
= Logger.getLogger(GoogleAuthLibraryCallCredentials.class.getName());
private static final JwtHelper jwtHelper
Expand Down
Loading