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 418df13b Javadoc
418df13b is described below

commit 418df13b807cd92a2383ddb444e06323c4216e5c
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Apr 27 10:28:32 2025 -0400

    Javadoc
---
 .../jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet.java
 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet.java
index 7b3f8a77..36d4b33b 100644
--- 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet.java
+++ 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet.java
@@ -267,7 +267,7 @@ public class RemoteHttpCacheServlet
     }
 
     /**
-     * Read the request from the input stream.
+     * Reads the request from the input stream.
      *
      * @param request
      * @return RemoteHttpCacheRequest
@@ -304,7 +304,7 @@ public class RemoteHttpCacheServlet
     }
 
     /**
-     * Read the request, call the processor, write the response.
+     * Reads the request, call the processor, write the response.
      *
      * @param request
      * @param response

Reply via email to