You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-api-client-apache-v5/src/main/java/com/google/api/client/googleapis/apache/v5/GoogleApache5HttpTransport.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,8 @@ public static Apache5HttpTransport newTrustedTransport()
57
57
/**
58
58
* {@link Beta} <br>
59
59
* Returns a new instance of {@link Apache5HttpTransport} that uses default jdk certificates
60
-
* for the trusted certificates. mtlsProvider can be used to configure mutual TLS for the transport.
60
+
* for the trusted certificates. mtlsProvider can be used to configure mutual TLS for the
61
+
* transport.
61
62
*
62
63
* @param mtlsProvider MtlsProvider to configure mutual TLS for the transport
0 commit comments