修改版权声明

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@39 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
william.liangf 2011-10-24 09:34:27 +00:00
parent 2bbc41c002
commit e354e8187d
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ import com.alibaba.dubbo.common.utils.Reference;
*
* @see <a href="http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Service%20Provider">JDK5.0的自动发现机制实现</a>
*
* @author <a href="mailto:liangfei0201@gmail.com">liangfei</a>
* @author william.liangf
* @author ding.lid
*
* @see Extension

View File

@ -18,7 +18,7 @@ package com.alibaba.dubbo.common.logger;
/**
* 日志接口 <p/> 声明引用自commons-logging
*
* @author liangfei0201@163.com
* @author william.liangf
*
*/
public interface Logger {