From 64198aa04dc754b790e33417587652ecef5daa33 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Wed, 22 Nov 2017 11:21:04 +0800 Subject: [PATCH] Fix config content exchange --- provider-test/src/main/resources/dubbo-generic.xml | 2 +- provider-test/src/main/resources/dubbo-provider.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provider-test/src/main/resources/dubbo-generic.xml b/provider-test/src/main/resources/dubbo-generic.xml index eba5816..8974c9f 100644 --- a/provider-test/src/main/resources/dubbo-generic.xml +++ b/provider-test/src/main/resources/dubbo-generic.xml @@ -20,6 +20,6 @@ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd"> - + \ No newline at end of file diff --git a/provider-test/src/main/resources/dubbo-provider.xml b/provider-test/src/main/resources/dubbo-provider.xml index 8974c9f..eba5816 100644 --- a/provider-test/src/main/resources/dubbo-provider.xml +++ b/provider-test/src/main/resources/dubbo-provider.xml @@ -20,6 +20,6 @@ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd"> - + \ No newline at end of file -- 2.25.1