alopresto commented on a change in pull request #4377:
URL: https://github.com/apache/nifi/pull/4377#discussion_r456156132



##########
File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/src/main/java/org/apache/nifi/admin/dao/impl/StandardKeyDAO.java
##########
@@ -156,13 +156,13 @@ public Key createKey(final String identity) {
     }
 
     @Override
-    public void deleteKeys(String identity) {
+    public Integer deleteKeys(String identity) {

Review comment:
       Ah, it's because of the generics in `DeleteKeysAction`. 




----------------------------------------------------------------
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]


Reply via email to