Skip to content

Commit

Permalink
Resolve a Javadoc complaint about self-closing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed Dec 28, 2023
1 parent be904db commit 4d68d6f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -529,14 +529,14 @@ public ApnsClientBuilder setFrameLogger(final Http2FrameLogger frameLogger) {
}

/**
* Sets whether this client should perform application-layer protocol negotiation (ALPN) when connecting to an APNs
* <p>Sets whether this client should perform application-layer protocol negotiation (ALPN) when connecting to an APNs
* server. APNs servers always use HTTP/2, and so protocol negotiation is generally not necessary (i.e. clients have
* prior knowledge that the server supports HTTP/2). By default, clients will not use ALPN. Most callers will not
* need to change this setting, and generally should not unless they have a specific reason to do so (e.g. when
* working with certain reverse proxies).
* <p/>
* Please note that ALPN support was added to OpenJDK in version 8u252, and prior versions do not include native
* ALPN support.
* working with certain reverse proxies).</p>
*
* <p>Please note that ALPN support was added to OpenJDK in version 8u252, and prior versions do not include native
* ALPN support.</p>
*
* @param useAlpn if {@code true}, then the client under construction will perform application-layer protocol
* negotiation when connecting to the APNs server; otherwise, the client will start an HTTP/2 connecting with prior
Expand Down

0 comments on commit 4d68d6f

Please sign in to comment.