Skip to content

Commit 54108ff

Browse files
committed
feat(mtls): Fix lint.
1 parent 47a9719 commit 54108ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oauth2_http/java/com/google/auth/mtls/MtlsProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
* layer. The source of the client certificate is up to the implementation.
3939
*
4040
* <p>Note: This interface will replace the identically named "MtlsProvider" implementation in the
41-
* Gax library. The Gax library version of MtlsProvider will be marked as deprecated.
42-
* See https://github.com/googleapis/google-auth-library-java/issues/1758
41+
* Gax library. The Gax library version of MtlsProvider will be marked as deprecated. See
42+
* https://github.com/googleapis/google-auth-library-java/issues/1758
4343
*/
4444
public interface MtlsProvider {
4545
/** Returns the mutual TLS key store. */

0 commit comments

Comments
 (0)