smiklosovic commented on code in PR #3002:
URL: https://github.com/apache/cassandra/pull/3002#discussion_r1470887304


##########
src/java/org/apache/cassandra/auth/AuthCache.java:
##########
@@ -52,12 +58,13 @@
 import static 
org.apache.cassandra.config.CassandraRelevantProperties.AUTH_CACHE_WARMING_RETRY_INTERVAL_MS;
 import static 
org.apache.cassandra.config.CassandraRelevantProperties.DISABLE_AUTH_CACHES_REMOTE_CONFIGURATION;
 
-public class AuthCache<K, V> implements AuthCacheMBean, Shutdownable
+public class AuthCache<K, V> implements AuthCacheMBean, UnweightedCacheSize, 
Shutdownable
 {
     private static final Logger logger = 
LoggerFactory.getLogger(AuthCache.class);
 
     public static final String MBEAN_NAME_BASE = 
"org.apache.cassandra.auth:type=";
 
+    @SuppressWarnings("rawtypes")

Review Comment:
   huh how did this happen ... I don't remember putting it there, sure, can be 
like suggested.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to