You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/10/29 13:01:09 UTC

[httpcomponents-client] branch master updated: Fixed javadoc errors

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 000fa7b  Fixed javadoc errors
000fa7b is described below

commit 000fa7bc102fc44272b8c89ac63a43453b62a560
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Fri Oct 29 14:55:37 2021 +0200

    Fixed javadoc errors
---
 .../src/main/java/org/apache/hc/client5/http/config/TlsConfig.java       | 1 -
 .../src/main/java/org/apache/hc/client5/http/utils/DateUtils.java        | 1 -
 2 files changed, 2 deletions(-)

diff --git a/httpclient5/src/main/java/org/apache/hc/client5/http/config/TlsConfig.java b/httpclient5/src/main/java/org/apache/hc/client5/http/config/TlsConfig.java
index 45acdb9..00b7aa3 100644
--- a/httpclient5/src/main/java/org/apache/hc/client5/http/config/TlsConfig.java
+++ b/httpclient5/src/main/java/org/apache/hc/client5/http/config/TlsConfig.java
@@ -198,7 +198,6 @@ public class TlsConfig implements Cloneable {
         /**
          * Determines the HTTP protocol policy. By default, connections are expected to use TLS ALPN
          * extension to negotiate the application protocol to be used by both endpoints.
-         * </p>
          * <p>
          * Default: {@link HttpVersionPolicy#NEGOTIATE}
          * </p>
diff --git a/httpclient5/src/main/java/org/apache/hc/client5/http/utils/DateUtils.java b/httpclient5/src/main/java/org/apache/hc/client5/http/utils/DateUtils.java
index e5d747e..a044201 100644
--- a/httpclient5/src/main/java/org/apache/hc/client5/http/utils/DateUtils.java
+++ b/httpclient5/src/main/java/org/apache/hc/client5/http/utils/DateUtils.java
@@ -173,7 +173,6 @@ public final class DateUtils {
      * {@link #PATTERN_RFC1036}, {@link #PATTERN_ASCTIME}).
      *
      * @param dateValue the instant value to parse
-     * @param dateFormatters the date/time formats to use
      *
      * @return the parsed instant or null if input could not be parsed
      *