update code style

This commit is contained in:
huangyuhui
2016-01-01 11:03:09 +08:00
parent 1f7eb04215
commit b82243a9c0
298 changed files with 3902 additions and 3998 deletions

View File

@@ -26,7 +26,7 @@ public final class RangeDecoderFromBuffer extends RangeDecoder {
}
public void prepareInputBuffer(DataInputStream in, int len)
throws IOException {
throws IOException {
if (len < INIT_SIZE)
throw new CorruptedInputException();