mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
* Removed @Ignore annotation on class and unnecessary EOL translation of test data. Because ModifyBytes treat input as binary data, not text, line endings don't matter as long as they byte offsets are calculated correctly. * Replace validator with .allowableValues. This closes #890.