Skip to content

Commit 4753efc

Browse files
committed
Merge branch 'master' into develop
2 parents fbd03d0 + 8db926b commit 4753efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-android-sdk-iot/src/main/java/com/amazonaws/mobileconnectors/iot/AWSIotTLSSocketFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
import static com.amazonaws.mobileconnectors.iot.AWSIotSslUtility.ALPN_EXTENSION;
2828

2929
/**
30-
* AWS IoT TLS Socket Factory An extenstion to SSLSocketFactory to enable TLS
30+
* AWS IoT TLS Socket Factory An extension to SSLSocketFactory to enable TLS
3131
* 1.2 on the socket. TLS 1.2 is required by the AWS IoT data plane (if TLS
3232
* Mutual Authentication). TLS 1.2 is not supported in Android API less than 16.
33-
* is supported but not enabled by default 16-20. is enabled 20+.
33+
* It is supported but not enabled by default for API 16-20 and is enabled for API 20+.
3434
*
3535
* @see <a
3636
* href="https://developer.android.com/reference/javax/net/ssl/SSLSocket.htmlh">Android

0 commit comments

Comments
 (0)