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

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 2145741  FIX for "error: malformed HTML" broken by 
91be87a76f747b9069bb07357483b2d8a19addcf
2145741 is described below

commit 2145741a9db80b2127e88ee5c792fe74d73b19dd
Author: Jens Geyer <[email protected]>
AuthorDate: Mon Oct 18 21:59:28 2021 +0200

    FIX for "error: malformed HTML" broken by 
91be87a76f747b9069bb07357483b2d8a19addcf
---
 lib/java/src/org/apache/thrift/transport/TFileProcessor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/java/src/org/apache/thrift/transport/TFileProcessor.java 
b/lib/java/src/org/apache/thrift/transport/TFileProcessor.java
index 94de5b4..e36a5f3 100644
--- a/lib/java/src/org/apache/thrift/transport/TFileProcessor.java
+++ b/lib/java/src/org/apache/thrift/transport/TFileProcessor.java
@@ -84,7 +84,7 @@ public class TFileProcessor {
 
    * @param startChunkNum first chunk to be processed
    * @param endChunkNum last chunk to be processed
-   * @throws TException if endChunkNum < startChunkNum.
+   * @throws TException if endChunkNum is less than startChunkNum.
    */
   public void processChunk(int startChunkNum, int endChunkNum) throws 
TException {
     int numChunks = inputTransport_.getNumChunks();

Reply via email to