This commit is contained in:
Stephane Nicoll
2017-06-13 10:13:14 +02:00
parent 40df48fd95
commit 58242f2249
82 changed files with 34 additions and 128 deletions

View File

@@ -20,8 +20,6 @@ import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.Session;
import org.springframework.lang.Nullable;
/**
* Variant of the standard JMS {@link javax.jms.MessageListener} interface,
* offering not only the received Message but also the underlying

View File

@@ -19,7 +19,6 @@ package org.springframework.jms.remoting;
import org.springframework.aop.framework.ProxyFactory;
import org.springframework.beans.factory.BeanClassLoaderAware;
import org.springframework.beans.factory.FactoryBean;
import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
import org.springframework.util.ClassUtils;