Fix POM files sources paths

* also add javadocs and sources generation
This commit is contained in:
Eugene Kliuchnikov
2016-10-18 15:28:43 +02:00
parent 2d441179bb
commit d18c7369d9
4 changed files with 49 additions and 4 deletions

View File

@@ -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");
}