Skip to content

Commit 5adf526

Browse files
committed
docs: correct released version
1 parent 3f4387b commit 5adf526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-http-client/src/main/java/com/google/api/client/util

google-http-client/src/main/java/com/google/api/client/util/SslUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public static SSLContext getTlsSslContext(Provider provider) throws NoSuchAlgori
105105
/**
106106
* Returns the SSL context for "TLS" algorithm using the specified provider name.
107107
*
108-
* @since 1.39
108+
* @since 2.1.1
109109
*/
110110
public static SSLContext getTlsSslContext(String providerName)
111111
throws NoSuchAlgorithmException, NoSuchProviderException {

0 commit comments

Comments
 (0)