You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/04/06 16:16:51 UTC

[GitHub] [cassandra] belliottsmith commented on a diff in pull request #1552: CASSANDRA-17527: Clients using JMX are unable to handle non-standard java types but we leak this into our interfaces

belliottsmith commented on code in PR #1552:
URL: https://github.com/apache/cassandra/pull/1552#discussion_r844138299


##########
src/java/org/apache/cassandra/db/DisallowedDirectories.java:
##########
@@ -49,14 +50,21 @@ private DisallowedDirectories()
         MBeanWrapper.instance.registerMBean(this, MBEAN_NAME, MBeanWrapper.OnException.LOG);
     }
 
-    public Set<File> getUnreadableDirectories()
+    @Override
+    public Set<java.io.File> getUnreadableDirectories()

Review Comment:
   yes, this was a mistake made in CEP-10 when `java.io.File` was replaced - it should have been excluded from the change.



-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org