arturobernalg commented on a change in pull request #71:
URL: https://github.com/apache/commons-jcs/pull/71#discussion_r705898459
##########
File path:
commons-jcs-jcache/src/main/java/org/apache/commons/jcs3/jcache/JCSCachingManager.java
##########
@@ -189,8 +189,8 @@ private void assertNotClosed()
assertNotClosed();
assertNotNull(cacheName, "cacheName");
assertNotNull(configuration, "configuration");
- final Class<?> keyType = configuration == null ? Object.class :
configuration.getKeyType();
Review comment:
Hi @rmannibucau
Can you be more specific. Keep in mind i'm not an expert in JCS and still
i´am learning about the logic of the project..
TY
--
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]