Skip to content

Commit 4dae8da

Browse files
committed
Javadoc fixes
1 parent c28479e commit 4dae8da

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

httpclient5-websocket/src/main/java/org/apache/hc/core5/websocket/extension/PerMessageDeflate.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
* permessage-deflate (RFC 7692).
3939
*
4040
* <p>Window bit parameters are negotiated during the handshake:
41-
* {@code client_max_window_bits} limits the client's compression window (client->server),
42-
* while {@code server_max_window_bits} limits the server's compression window (server->client).
41+
* {@code client_max_window_bits} limits the client's compression window (client-&gt;server),
42+
* while {@code server_max_window_bits} limits the server's compression window (server-&gt;client).
4343
* The decoder can accept any server window size (8..15). The encoder currently requires
4444
* {@code client_max_window_bits} to be 15, due to JDK Deflater limitations.</p>
4545
*/

httpclient5-websocket/src/main/java/org/apache/hc/core5/websocket/message/CloseCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import org.apache.hc.core5.annotation.Internal;
3333

3434
/**
35-
* Helpers for RFC6455 CLOSE parsing & validation.
35+
* Helpers for RFC6455 CLOSE parsing and validation.
3636
*/
3737
@Internal
3838
public final class CloseCodec {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
<links>
322322
<link>https://hc.apache.org/httpcomponents-core-5.4.x/current/httpcore5/apidocs/</link>
323323
<link>https://hc.apache.org/httpcomponents-core-5.4.x/current/httpcore5-h2/apidocs/</link>
324-
<link>https://hc.apache.org/httpcomponents-client-5.7.x/current/httpclient5/apidocs/</link>
324+
<!-- link>https://hc.apache.org/httpcomponents-client-5.7.x/current/httpclient5/apidocs/</link-->
325325
</links>
326326
</configuration>
327327
</plugin>

0 commit comments

Comments
 (0)