mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-05 22:53:44 +02:00
checkstyle updates
This commit is contained in:
@@ -174,7 +174,7 @@ public final class Downloader {
|
||||
} else {
|
||||
reader = conn.getInputStream();
|
||||
}
|
||||
|
||||
|
||||
final byte[] buffer = new byte[4096];
|
||||
int bytesRead;
|
||||
while ((bytesRead = reader.read(buffer)) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user