()
| 498 | } |
| 499 | |
| 500 | @Override |
| 501 | public int hashCode() { |
| 502 | return Objects.hash( |
| 503 | getProxyType(), |
| 504 | isAutodetect(), |
| 505 | getFtpProxy(), |
| 506 | getHttpProxy(), |
| 507 | getNoProxy(), |
| 508 | getSslProxy(), |
| 509 | getSocksProxy(), |
| 510 | getSocksVersion(), |
| 511 | getSocksUsername(), |
| 512 | getSocksPassword(), |
| 513 | getProxyAutoconfigUrl()); |
| 514 | } |
| 515 | } |
nothing calls this directly
no test coverage detected