dan-s1 commented on code in PR #8038:
URL: https://github.com/apache/nifi/pull/8038#discussion_r1439065793
##########
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EncodeContent.java:
##########
@@ -171,9 +282,22 @@ public void process(final InputStream in, final
OutputStream out) throws IOExcep
private static class EncodeBase32 implements StreamCallback {
+ private int lineLength;
+ private String lineSeparator;
+
+ public EncodeBase32(final Integer lineLength,
Review Comment:
```suggestion
public EncodeBase32(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]