We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c353ec commit 0c4af89Copy full SHA for 0c4af89
1 file changed
gcloud-java-core/src/main/java/com/google/gcloud/AuthCredentials.java
@@ -258,9 +258,9 @@ public RestorableState<AuthCredentials> capture() {
258
}
259
260
/**
261
- * Represents that requests sent to the server should not be authenticated. This is typically
262
- * useful when using the local service emulators, such as {@code LocalGcdHelper} and
263
- * {@code LocalResourceManagerHelper}.
+ * A placeholder for credentials to signify that requests sent to the server should not be
+ * authenticated. This is typically useful when using the local service emulators, such as
+ * {@code LocalGcdHelper} and {@code LocalResourceManagerHelper}.
264
*/
265
public static class NoAuthCredentials extends AuthCredentials {
266
0 commit comments