checkstyle corrections

Former-commit-id: b821a8b9a680c875a3013099a362b0277d97119f
This commit is contained in:
Jeremy Long
2015-02-26 09:15:28 -05:00
parent 56aea8ad24
commit 01ef2e1061
2 changed files with 3 additions and 5 deletions

View File

@@ -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 {