This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/master by this push: new ec033d7b Javadoc ec033d7b is described below commit ec033d7bbef01b39c4201b903983adb7e1265263 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 14 13:59:19 2023 -0500 Javadoc --- .../auxiliary/remote/http/client/RemoteHttpCacheAttributes.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheAttributes.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheAttributes.java index e78cd621..64df18b1 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheAttributes.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheAttributes.java @@ -21,14 +21,14 @@ package org.apache.commons.jcs3.auxiliary.remote.http.client; import org.apache.commons.jcs3.auxiliary.remote.RemoteCacheAttributes; -/** Http client specific settings. */ +/** HTTP client specific settings. */ public class RemoteHttpCacheAttributes extends RemoteCacheAttributes { /** Don't change. */ private static final long serialVersionUID = -5944327125140505212L; - /** Http version to use. */ + /** HTTP version to use. */ private static final String DEFAULT_HTTP_VERSION = "1.1"; /** The default class name for the client. */ @@ -43,7 +43,7 @@ public class RemoteHttpCacheAttributes /** The socket connections timeout */ private int connectionTimeoutMillis = 5000; - /** Http version to use. */ + /** HTTP version to use. */ private String httpVersion = DEFAULT_HTTP_VERSION; /** The cache name will be included on the parameters */