This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo.git
commit 128a50a6a9eddf4626f0cfe9d007bbe9915c3402 Author: hengyunabc <[email protected]> AuthorDate: Fri Oct 18 17:49:12 2019 +0800 update comment --- .../org/apache/dubbo/common/config/OrderedPropertiesProvider.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dubbo-common/src/main/java/org/apache/dubbo/common/config/OrderedPropertiesProvider.java b/dubbo-common/src/main/java/org/apache/dubbo/common/config/OrderedPropertiesProvider.java index 28ab275..4068311 100644 --- a/dubbo-common/src/main/java/org/apache/dubbo/common/config/OrderedPropertiesProvider.java +++ b/dubbo-common/src/main/java/org/apache/dubbo/common/config/OrderedPropertiesProvider.java @@ -21,6 +21,11 @@ import org.apache.dubbo.common.extension.SPI; import java.util.Properties; +/** + * + * The smaller value, the higher priority + * + */ @SPI public interface OrderedPropertiesProvider { /**
