(String query, boolean encode)
| 282 | /// |
| 283 | /// - `URISyntaxException` |
| 284 | protected void setQuery(String query, boolean encode) throws URISyntaxException { |
| 285 | } |
| 286 | |
| 287 | /// Utility method to set the path. If parameter encode=true, then the result |
| 288 | /// will be encoded, otherwise the result will be validated to ensure |
no outgoing calls
no test coverage detected