fixed typo: CONTINOUS

This commit is contained in:
The Alchemist 2019-08-29 15:25:54 -04:00 committed by GitHub
parent f600fbb6c4
commit 96b9d69c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ public class BZip2Codec implements Configurable, SplittableCompressionCodec {
/**
* This class is capable to de-compress BZip2 data in two modes;
* CONTINOUS and BYBLOCK. BYBLOCK mode makes it possible to
* CONTINUOUS and BYBLOCK. BYBLOCK mode makes it possible to
* do decompression starting any arbitrary position in the stream.
*
* So this facility can easily be used to parallelize decompression