mirror of
https://github.com/google/brotli.git
synced 2026-07-10 18:58:38 +00:00
Fix POM files sources paths
* also add javadocs and sources generation
This commit is contained in:
@@ -151,6 +151,7 @@ class BitReader {
|
||||
br.available = 0;
|
||||
br.endOfStreamReached = false;
|
||||
readMoreInput(br);
|
||||
/* This situation is impossible in current implementation. */
|
||||
if (br.available == 0) {
|
||||
throw new BrotliRuntimeException("Can't initialize reader");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user