gresockj commented on a change in pull request #5206:
URL: https://github.com/apache/nifi/pull/5206#discussion_r674847835
##########
File path:
nifi-commons/nifi-property-utils/src/main/java/org/apache/nifi/properties/ApplicationProperties.java
##########
@@ -22,7 +22,7 @@
/**
* A tagging class that represents the main configuration properties for an
application (e.g. NiFi or NiFi Registry).
*/
-public class ApplicationProperties extends StandardReadableProperties {
+public abstract class ApplicationProperties extends StandardReadableProperties
{
Review comment:
No, this was a left over artifact of something that I backed out -- will
remove.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]