Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2672#discussion_r188596962
--- 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 --
Is this an unused property? I see it being removed but didn't see it moved
anywhere
---