mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 16:23:37 +01:00
checkstyle corrections
Former-commit-id: b821a8b9a680c875a3013099a362b0277d97119f
This commit is contained in:
@@ -99,7 +99,7 @@ public final class Downloader {
|
||||
if (status == HttpURLConnection.HTTP_MOVED_TEMP
|
||||
|| status == HttpURLConnection.HTTP_MOVED_PERM
|
||||
|| status == HttpURLConnection.HTTP_SEE_OTHER) {
|
||||
String location = conn.getHeaderField("Location");
|
||||
final String location = conn.getHeaderField("Location");
|
||||
try {
|
||||
conn.disconnect();
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user