diff options
| -rw-r--r-- | core/java/android/net/SSLCertificateSocketFactory.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/net/SSLCertificateSocketFactory.java b/core/java/android/net/SSLCertificateSocketFactory.java index 95d66bb87064..39cb323d0662 100644 --- a/core/java/android/net/SSLCertificateSocketFactory.java +++ b/core/java/android/net/SSLCertificateSocketFactory.java @@ -304,7 +304,8 @@ public class SSLCertificateSocketFactory extends SSLSocketFactory { } /** - * Sets the <a href="http://technotes.googlecode.com/git/nextprotoneg.html">Next + * Sets the + * <a class="external" href="https://tools.ietf.org/id/draft-agl-tls-nextprotoneg-03.html">Next * Protocol Negotiation (NPN)</a> protocols that this peer is interested in. * * <p>For servers this is the sequence of protocols to advertise as |