Skip to content

Commit 08d2d97

Browse files
committed
Fix a typo in the javadoc comment.
Change-Id: Icef9ef5f7c3567224ec507303543b78e61f43ec1
1 parent b1b4d42 commit 08d2d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cab-token-generator/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private ClientSideCredentialAccessBoundaryFactory(Builder builder) {
129129
*
130130
* @param accessBoundary
131131
* @return The Client-Side CAB token in an {@link AccessToken} object
132-
* @throws IOException If an I/O error occurs while refrehsing the source credentials
132+
* @throws IOException If an I/O error occurs while refreshing the source credentials
133133
* @throws CelValidationException If the availability condition is an invalid CEL expression
134134
* @throws GeneralSecurityException If an error occurs during encryption
135135
*/

0 commit comments

Comments
 (0)