Skip to content

Commit 418df13

Browse files
committed
Javadoc
1 parent 7bc7c63 commit 418df13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ protected RemoteCacheResponse<Object> processRequest( final RemoteCacheRequest<S
267267
}
268268

269269
/**
270-
* Read the request from the input stream.
270+
* Reads the request from the input stream.
271271
*
272272
* @param request
273273
* @return RemoteHttpCacheRequest
@@ -304,7 +304,7 @@ protected RemoteCacheRequest<Serializable, Serializable> readRequestFromStream(
304304
}
305305

306306
/**
307-
* Read the request, call the processor, write the response.
307+
* Reads the request, call the processor, write the response.
308308
*
309309
* @param request
310310
* @param response

0 commit comments

Comments
 (0)