mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-27 08:05:46 +00:00
use Integer instead of int because null is allowed
This commit is contained in:
@@ -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");
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user