suppressing deprecation warnings
This commit is contained in:
@@ -33,6 +33,7 @@ import org.springframework.util.StringUtils;
|
||||
*
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public class RmiInboundGateway extends RemotingInboundGatewaySupport implements InitializingBean {
|
||||
|
||||
public static final String SERVICE_NAME_PREFIX = "org.springframework.integration.rmiGateway.";
|
||||
|
||||
@@ -25,6 +25,7 @@ import org.springframework.remoting.rmi.RmiProxyFactoryBean;
|
||||
*
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public class RmiOutboundGateway extends AbstractRemotingOutboundGateway {
|
||||
|
||||
public RmiOutboundGateway(String url) {
|
||||
|
||||
Reference in New Issue
Block a user