Skip to content

Commit 0360c74

Browse files
committed
typo.
1 parent 7ce0291 commit 0360c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_http/java/com/google/auth/oauth2/SecureSessionAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class SecureSessionAgent {
8282
* This method makes a network call to MDS to get the {@link SecureSessionAgentConfig} which
8383
* contains the plaintext and mtls address to reach the S2A (Secure Session Agent).
8484
*
85-
* @return the cached SecureSessionAgentConfig.
85+
* @return a SecureSessionAgentConfig.
8686
*/
8787
public SecureSessionAgentConfig getConfig() {
8888
return getSecureSessionAgentConfigFromMDS();

0 commit comments

Comments
 (0)