Skip to content

Commit fb7ed4f

Browse files
authored
Merge pull request #42 from dulcimerist/master
Remove / modify problematic javadoc comment syntax
2 parents 2aa78f8 + 915fa52 commit fb7ed4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/src/main/java/com/ReactNativeBlobUtil/Utils/Tls12SocketFactory.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
/**
1212
* Enables TLS v1.2 when creating SSLSockets.
13-
* <p/>
1413
* For some reason, android supports TLS v1.2 from API 16, but enables it by
1514
* default only from API 20.
16-
* @link https://developer.android.com/reference/javax/net/ssl/SSLSocket.html
15+
* @see <a href='https://developer.android.com/reference/javax/net/ssl/SSLSocket.html'>Reference on SSLSocket</a>
1716
* @see SSLSocketFactory
1817
*/
1918
public class Tls12SocketFactory extends SSLSocketFactory {

0 commit comments

Comments
 (0)