You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/11/03 05:34:39 UTC

[dubbo] 07/12: update comment

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 <he...@gmail.com>
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 {
     /**