FIX for "error: malformed HTML" broken by 91be87a76f

This commit is contained in:
Jens Geyer 2021-10-18 21:59:28 +02:00
parent 152dab945c
commit 2145741a9d

View File

@ -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();