krisztina-zsihovszki commented on code in PR #8686:
URL: https://github.com/apache/nifi/pull/8686#discussion_r1575882905


##########
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/src/main/java/org/apache/nifi/json/WriteJsonResult.java:
##########
@@ -48,9 +49,14 @@
 import java.util.Map;
 import java.util.Optional;
 import java.util.Set;
+
+import java.util.regex.Pattern;
 import java.util.function.Supplier;
 
 public class WriteJsonResult extends AbstractRecordSetWriter implements 
RecordSetWriter, RawRecordWriter {
+    //private static final FieldConverter<Object, String> 
STRING_FIELD_CONVERTER = 
StandardFieldConverterRegistry.getRegistry().getFieldConverter(String.class);

Review Comment:
   It's not needed, thank you for pointing out.



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