Copilot commented on code in PR #15603:
URL: https://github.com/apache/dubbo/pull/15603#discussion_r2246806386
##########
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/metadata/ConfigurableMetadataServiceExporter.java:
##########
@@ -84,13 +86,24 @@ public synchronized ConfigurableMetadataServiceExporter
export() {
CONFIG_METADATA_SERVICE_EXPORTED,
"",
"",
- "The MetadataService has been exported : " +
serviceConfig.getExportedUrls());
+ "The MetadataService has been exported : " +
getExportedUrls());
}
}
return this;
}
+ public List<URL> getExportedUrls() {
Review Comment:
The new public method `getExportedUrls()` lacks documentation. Consider
adding a Javadoc comment explaining its purpose and return value.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]