From 26c73ae119a1ac8047340914aaf4466532f75598 Mon Sep 17 00:00:00 2001 From: "ding.lid" Date: Fri, 21 Oct 2011 06:09:50 +0000 Subject: [PATCH] =?UTF-8?q?ExtensionLoader=E7=9A=84Service=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E5=85=81=E8=AE=B8=E6=9C=89=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@35 1a56cb94-b969-4eaa-88fa-be21384802f2 --- .../com.alibaba.dubbo.common.extensionloader.ext1.Ext1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dubbo-common/src/test/resources/META-INF/services/com.alibaba.dubbo.common.extensionloader.ext1.Ext1 b/dubbo-common/src/test/resources/META-INF/services/com.alibaba.dubbo.common.extensionloader.ext1.Ext1 index 7cfd48572..ab1a42102 100644 --- a/dubbo-common/src/test/resources/META-INF/services/com.alibaba.dubbo.common.extensionloader.ext1.Ext1 +++ b/dubbo-common/src/test/resources/META-INF/services/com.alibaba.dubbo.common.extensionloader.ext1.Ext1 @@ -1,3 +1,3 @@ -com.alibaba.dubbo.common.extensionloader.ext1.impl.Ext1Impl1 -com.alibaba.dubbo.common.extensionloader.ext1.impl.Ext1Impl2 -com.alibaba.dubbo.common.extensionloader.ext1.impl.Ext1Impl3 \ No newline at end of file +com.alibaba.dubbo.common.extensionloader.ext1.impl.Ext1Impl1#Hello World +com.alibaba.dubbo.common.extensionloader.ext1.impl.Ext1Impl2 # Comment 2 + com.alibaba.dubbo.common.extensionloader.ext1.impl.Ext1Impl3 # with head space \ No newline at end of file -- GitLab