Bad autoformat
This commit is contained in:
@@ -48,7 +48,7 @@ public class BZip2
|
|||||||
private static final byte[] BZIP_HEADER = new byte[]
|
private static final byte[] BZIP_HEADER = new byte[]
|
||||||
{
|
{
|
||||||
'B', 'Z', // magic
|
'B', 'Z', // magic
|
||||||
'h', // 'h' for Bzip2 ('H'uffman coding)
|
'h', // 'h' for Bzip2 ('H'uffman coding)
|
||||||
'1' // block size
|
'1' // block size
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user