arturobernalg commented on a change in pull request #71:
URL: https://github.com/apache/commons-jcs/pull/71#discussion_r705898036



##########
File path: 
commons-jcs-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheResolverFactoryImpl.java
##########
@@ -50,7 +50,7 @@ public CacheResolver getCacheResolver(final 
CacheMethodDetails<? extends Annotat
     public CacheResolver getExceptionCacheResolver(final 
CacheMethodDetails<CacheResult> cacheMethodDetails)
     {
         final String exceptionCacheName = 
cacheMethodDetails.getCacheAnnotation().exceptionCacheName();
-        if (exceptionCacheName == null || exceptionCacheName.isEmpty())
+        if (exceptionCacheName.isEmpty())

Review comment:
       indeed,
   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]


Reply via email to