exceptionfactory commented on code in PR #9140:
URL: https://github.com/apache/nifi/pull/9140#discussion_r1701171528


##########
nifi-commons/nifi-web-client/src/main/java/org/apache/nifi/web/client/StandardHttpUriBuilder.java:
##########
@@ -16,65 +16,171 @@
  */
 package org.apache.nifi.web.client;
 
-import okhttp3.HttpUrl;
 import org.apache.nifi.web.client.api.HttpUriBuilder;
 
 import java.net.URI;
+import java.net.URISyntaxException;
+import java.net.URLDecoder;
+import java.nio.charset.StandardCharsets;
+import java.util.ArrayList;
+import java.util.Iterator;
+import java.util.LinkedHashMap;
+import java.util.List;
+import java.util.Map;
 import java.util.Objects;
 
 /**
  * Standard HTTP URI Builder based on OkHttp HttpUrl

Review Comment:
   Thanks @joewitt! I pushed an update to correct the comments.



-- 
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]

Reply via email to