aboutsummaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorKun Zhang <zhangkun83@users.noreply.github.com>2017-01-18 16:25:57 -0800
committerGitHub <noreply@github.com>2017-01-18 16:25:57 -0800
commitfa8f1150cb32c6e47b31cfcf80dda2eaab4c695b (patch)
treeb7ebeaaf49dfc4b7a73032813e8e8ebe5cb79750 /auth
parent6494a17c5bfe1f150922b8aadd4eb594618b61c4 (diff)
downloadgrpc-grpc-java-fa8f1150cb32c6e47b31cfcf80dda2eaab4c695b.tar.gz
docs: fix deprecation reference in ClientAuthInterceptor. (#2621)
Diffstat (limited to 'auth')
-rw-r--r--auth/src/main/java/io/grpc/auth/ClientAuthInterceptor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/src/main/java/io/grpc/auth/ClientAuthInterceptor.java b/auth/src/main/java/io/grpc/auth/ClientAuthInterceptor.java
index ccd02f0f7..fe56b6f1b 100644
--- a/auth/src/main/java/io/grpc/auth/ClientAuthInterceptor.java
+++ b/auth/src/main/java/io/grpc/auth/ClientAuthInterceptor.java
@@ -58,7 +58,7 @@ import java.util.concurrent.Executor;
* <p>Uses the new and simplified Google auth library:
* https://github.com/google/google-auth-library-java
*
- * @deprecated use {@link GoogleAuthLibraryCallCredentials} instead.
+ * @deprecated use {@link MoreCallCredentials#from(Credentials)} instead.
*/
@Deprecated
public final class ClientAuthInterceptor implements ClientInterceptor {