gresockj commented on a change in pull request #5131:
URL: https://github.com/apache/nifi/pull/5131#discussion_r648395519
##########
File path:
nifi-commons/nifi-property-utils/src/main/java/org/apache/nifi/properties/ApplicationPropertiesBase.java
##########
@@ -18,64 +18,52 @@
import java.util.Enumeration;
import java.util.HashSet;
+import java.util.Map;
import java.util.Properties;
import java.util.Set;
-import org.apache.nifi.util.NiFiProperties;
-public class StandardNiFiProperties extends NiFiProperties {
+public abstract class ApplicationPropertiesBase implements
ApplicationProperties {
Review comment:
I'm liking StandardApplicationProperties now that it doesn't have to be
abstract.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]