Add changelog entry, wrap long line.

This commit is contained in:
Michael Bayne
2019-01-04 10:52:42 -08:00
parent a7da7d374b
commit dc768515d5
2 changed files with 5 additions and 1 deletions
@@ -223,7 +223,8 @@ public abstract class Getdown extends Thread
protected boolean detectProxy ()
{
// we may already have a proxy configured
if (System.getProperty("http.proxyHost") != null || System.getProperty("https.proxyHost") != null) {
if (System.getProperty("http.proxyHost") != null ||
System.getProperty("https.proxyHost") != null) {
return true;
}