tasanuma commented on a change in pull request #3062:
URL: https://github.com/apache/hadoop/pull/3062#discussion_r644967639
##########
File path:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NetworkTopologyServlet.java
##########
@@ -152,8 +153,8 @@ private void printJsonFormat(PrintStream stream, Map<String,
}
}
- private void printTextFormat(PrintStream stream, Map<String,
- TreeSet<String>> tree, ArrayList<String> racks) {
+ protected void printTextFormat(PrintStream stream, Map<String,
+ TreeSet<String>> tree, ArrayList<String> racks) {
Review comment:
One very minor comment, there are unnecessary spaces.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]