@ -180,9 +180,9 @@ public class ConcurrentMapCache extends AbstractValueAdaptingCache {
@@ -180,9 +180,9 @@ public class ConcurrentMapCache extends AbstractValueAdaptingCache {
try{
returnserializeValue(storeValue);
}
catch(Exceptionex){
thrownewIllegalArgumentException("Failed to serialize cache value '"
+userValue+"'. Does it implement Serializable?",ex);
catch(Throwableex){
thrownewIllegalArgumentException("Failed to serialize cache value '"+userValue+
"'. Does it implement Serializable?",ex);
}
}
else{
@ -207,9 +207,8 @@ public class ConcurrentMapCache extends AbstractValueAdaptingCache {
@@ -207,9 +207,8 @@ public class ConcurrentMapCache extends AbstractValueAdaptingCache {
@ -150,7 +150,9 @@ public abstract class AbstractJmsListenerEndpoint implements JmsListenerEndpoint
@@ -150,7 +150,9 @@ public abstract class AbstractJmsListenerEndpoint implements JmsListenerEndpoint
@ -117,8 +117,7 @@ public class JmsListenerEndpointRegistrar implements BeanFactoryAware, Initializ
@@ -117,8 +117,7 @@ public class JmsListenerEndpointRegistrar implements BeanFactoryAware, Initializ
@ -57,8 +57,6 @@ public class MethodJmsListenerEndpoint extends AbstractJmsListenerEndpoint imple
@@ -57,8 +57,6 @@ public class MethodJmsListenerEndpoint extends AbstractJmsListenerEndpoint imple
@ -122,11 +120,10 @@ public class MethodJmsListenerEndpoint extends AbstractJmsListenerEndpoint imple
@@ -122,11 +120,10 @@ public class MethodJmsListenerEndpoint extends AbstractJmsListenerEndpoint imple