mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
clean code; clean unused import
This commit is contained in:
@@ -125,7 +125,7 @@ public class UmdChapters {
|
||||
int left = 0;
|
||||
int chunkCnt = 0;
|
||||
ByteArrayOutputStream bos = new ByteArrayOutputStream(DEFAULT_CHUNK_INIT_SIZE + 256);
|
||||
List<byte[]> chunkRbList = new ArrayList<byte[]>();
|
||||
List<byte[]> chunkRbList = new ArrayList<>();
|
||||
|
||||
while(startPos < allContents.length) {
|
||||
left = allContents.length - startPos;
|
||||
|
||||
Reference in New Issue
Block a user