We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4387b commit 5adf526Copy full SHA for 5adf526
1 file changed
google-http-client/src/main/java/com/google/api/client/util/SslUtils.java
@@ -105,7 +105,7 @@ public static SSLContext getTlsSslContext(Provider provider) throws NoSuchAlgori
105
/**
106
* Returns the SSL context for "TLS" algorithm using the specified provider name.
107
*
108
- * @since 1.39
+ * @since 2.1.1
109
*/
110
public static SSLContext getTlsSslContext(String providerName)
111
throws NoSuchAlgorithmException, NoSuchProviderException {
0 commit comments