Skip to content

Commit 0c4af89

Browse files
author
Ajay Kannan
committed
change NoAuthCredentials javadoc wording
1 parent 8c353ec commit 0c4af89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gcloud-java-core/src/main/java/com/google/gcloud/AuthCredentials.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ public RestorableState<AuthCredentials> capture() {
258258
}
259259

260260
/**
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}.
261+
* A placeholder for credentials to signify that requests sent to the server should not be
262+
* authenticated. This is typically useful when using the local service emulators, such as
263+
* {@code LocalGcdHelper} and {@code LocalResourceManagerHelper}.
264264
*/
265265
public static class NoAuthCredentials extends AuthCredentials {
266266

0 commit comments

Comments
 (0)