src/java.net.http/share/classes/java/net/http/HttpResponse.java
branchhttp-client-branch
changeset 56131 99f144742013
parent 56126 86e628130926
child 56138 4f92b988600e
--- a/src/java.net.http/share/classes/java/net/http/HttpResponse.java	Thu Feb 15 12:08:12 2018 +0000
+++ b/src/java.net.http/share/classes/java/net/http/HttpResponse.java	Thu Feb 15 12:31:14 2018 +0000
@@ -132,10 +132,12 @@
     public abstract T body();
 
     /**
-     * Returns an {@link Optional} containing the {@link javax.net.ssl.SSLSession} in effect
-     * for this response. Returns an empty {@code Optional} if this is not a HTTPS response.
+     * Returns an {@link Optional} containing the {@link SSLSession} in effect
+     * for this response. Returns an empty {@code Optional} if this is not a
+     * <i>HTTPS</i> response.
      *
-     * @return an {@code Optional} containing the SSLSession associated with the response
+     * @return an {@code Optional} containing the {@code SSLSession} associated
+     *         with the response
      */
     public abstract Optional<SSLSession> sslSession();