wonook commented on a change in pull request #246: [NEMO-422] Sonarcloud issue
URL: https://github.com/apache/incubator-nemo/pull/246#discussion_r338003994
##########
File path:
runtime/common/src/main/java/org/apache/nemo/runtime/common/metric/MetricUtils.java
##########
@@ -79,14 +81,28 @@
private MetricUtils() {
}
+ /**
+ * Method to derive db credentials.
+ * @return credentials.
+ */
+ private static String getCreds() {
+ try {
Review comment:
Thanks! I've reflected your comment. 😄
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services