Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1214#discussion_r102725352
--- Diff: nifi-commons/nifi-utils/src/main/java/org/apache/nifi/stream/io/util/TextLineDemarcator.java
---
@@ -270,5 +180,10 @@ public boolean isStartsWithMatch() {
void setStartsWithMatch(int startsWithMatch) {
--- End diff --
Why does this take in an `int` and then assign a `boolean` based on it? Why not just take
in an `boolean`?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|