()
| 88 | private @Nullable String proxyAutoconfigUrl; |
| 89 | |
| 90 | public Proxy() { |
| 91 | // Empty default constructor |
| 92 | } |
| 93 | |
| 94 | public Proxy(Map<String, ?> raw) { |
| 95 | Map<String, Consumer<Object>> setters = new HashMap<>(); |
nothing calls this directly
no test coverage detected