myskov commented on code in PR #7234:
URL: https://github.com/apache/ozone/pull/7234#discussion_r1772973247


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/scm/protocolPB/ScmBlockLocationProtocolClientSideTranslatorPB.java:
##########
@@ -307,7 +307,7 @@ public boolean addSCM(AddSCMRequest request) throws 
IOException {
   }
   /**
    * Sort the datanodes based on distance from client.
-   * @return List<DatanodeDetails></>
+   * @return List&lt;DatanodeDetails&gt;

Review Comment:
   ```suggestion
      * @return list of datanodes
   ```



-- 
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]

Reply via email to