Browse Source
Fixes the "Method ignores results of InputStream.read()" warning. This is the only place where read() was used instead of readFully() and the return value was not checked. So it was either an oversight or should be documented. This change assumes it was an oversight. Change-Id: I859404a7d80449c538a552427787f3e57d7c92b4stable-0.10
Robin Stocker
14 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue