diff --git a/httpclient5/src/main/java/org/apache/hc/client5/http/routing/HttpRoutePlanner.java b/httpclient5/src/main/java/org/apache/hc/client5/http/routing/HttpRoutePlanner.java index a38aa0289..15b98f2ae 100644 --- a/httpclient5/src/main/java/org/apache/hc/client5/http/routing/HttpRoutePlanner.java +++ b/httpclient5/src/main/java/org/apache/hc/client5/http/routing/HttpRoutePlanner.java @@ -72,6 +72,7 @@ public interface HttpRoutePlanner { * Implementations may accept {@code null}. * * @return the route that the request should take + * @throws HttpException in case of a problem. * * @since 5.4 */