mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
FIX for "error: malformed HTML" broken by 91be87a76f
This commit is contained in:
parent
152dab945c
commit
2145741a9d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user