ralf0131 closed pull request #1520: comments in URL class are incorrect URL: https://github.com/apache/incubator-dubbo/pull/1520
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/dubbo-common/src/main/java/com/alibaba/dubbo/common/URL.java b/dubbo-common/src/main/java/com/alibaba/dubbo/common/URL.java index eb5c144b0d..cb8e92b631 100644 --- a/dubbo-common/src/main/java/com/alibaba/dubbo/common/URL.java +++ b/dubbo-common/src/main/java/com/alibaba/dubbo/common/URL.java @@ -52,7 +52,7 @@ * <li>192.168.1.3:20880<br> * for this case, url protocol = null, url host = 192.168.1.3, port = 20880, url path = null * <li>file:///home/user1/router.js?type=script<br> - * for this case, url protocol = null, url host = null, url path = home/user1/router.js + * for this case, url protocol = file, url host = null, url path = home/user1/router.js * <li>file://home/user1/router.js?type=script<br> * for this case, url protocol = file, url host = home, url path = user1/router.js * <li>file:///D:/1/router.js?type=script<br> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
