pvillard31 commented on code in PR #9500:
URL: https://github.com/apache/nifi/pull/9500#discussion_r1832724586
##########
nifi-commons/nifi-web-client/src/main/java/org/apache/nifi/web/client/StandardHttpResponseEntity.java:
##########
@@ -61,4 +66,9 @@ public InputStream body() {
public void close() throws IOException {
body.close();
}
+
+ @Override
+ public URI getRequestEndpoint() {
+ return requestEndpoint;
Review Comment:
```suggestion
public URI getUri() {
return uri;
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]