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 687ae487 Upper case HTTP 687ae487 is described below commit 687ae487b227df7acd675248e13f88f79374006f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Sep 22 09:45:48 2023 -0400 Upper case HTTP --- .../jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java index 09a95d16..ec968b15 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java @@ -36,7 +36,7 @@ import org.apache.commons.jcs3.log.LogManager; /** * This class contains common methods for remote cache services. Eventually I hope to extract out - * much of the RMI server to use this as well. I'm starting with the Http service. + * much of the RMI server to use this as well. I'm starting with the HTTP service. */ public abstract class AbstractRemoteCacheService<K, V> implements ICacheServiceNonLocal<K, V>