Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2672#discussion_r188631087
--- Diff:
nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/GetHBase.java
---
@@ -147,14 +146,6 @@
.allowableValues(NONE, CURRENT_TIME)
.defaultValue(NONE.getValue())
.build();
- static final PropertyDescriptor AUTHORIZATIONS = new
PropertyDescriptor.Builder()
--- End diff --
VisibilityFetchSupport provides a version of it that is fungible.
---