dan-s1 commented on code in PR #8038:
URL: https://github.com/apache/nifi/pull/8038#discussion_r1439065745


##########
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EncodeContent.java:
##########
@@ -151,9 +250,21 @@ private static StreamCallback getStreamCallback(final 
boolean encode, final Stri
 
     private static class EncodeBase64 implements StreamCallback {
 
+        private int lineLength;
+        private String lineSeparator;
+
+        public EncodeBase64(final Integer lineLength,

Review Comment:
   ```suggestion
           public EncodeBase64(final int lineLength,
   ```



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