use Integer instead of int because null is allowed

This commit is contained in:
Noah Levitt
2012-09-07 23:19:52 -07:00
parent 24e813c858
commit ec7c525c9d
@@ -320,7 +320,7 @@ public class FetchHTTP2 extends AbstractFetchHTTP implements Lifecycle {
kp.put("httpProxyHost",host);
}
public int getHttpProxyPort() {
public Integer getHttpProxyPort() {
return (Integer) kp.get("httpProxyPort");
}
/**