Skip to content

Commit

Permalink
change method signature to private
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <[email protected]>
  • Loading branch information
zane-neo committed Apr 29, 2024
1 parent 05d14bc commit 005fcd6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ public void invokeRemoteModel(
}
}

@VisibleForTesting
protected void validateHttpClientParameters(Map<String, String> parameters) throws Exception {
private void validateHttpClientParameters(Map<String, String> parameters) throws Exception {
String endpoint = connector.getPredictEndpoint(parameters);
URL url = new URL(endpoint);
String protocol = url.getProtocol();
Expand Down

0 comments on commit 005fcd6

Please sign in to comment.