This is an automated email from the ASF dual-hosted git repository. gaurava pushed a commit to branch get-x-platform in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 95f1a522d93212163e7b0cf8463b5e316627a0c9 Author: Gautham Banasandra <[email protected]> AuthorDate: Sun Feb 20 12:02:14 2022 +0530 Add documentation --- .../native/libhdfspp/tools/hdfs-copy-to-local/hdfs-copy-to-local.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-copy-to-local/hdfs-copy-to-local.h b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-copy-to-local/hdfs-copy-to-local.h index 9b0aa52..0137f1e 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-copy-to-local/hdfs-copy-to-local.h +++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-copy-to-local/hdfs-copy-to-local.h @@ -81,6 +81,9 @@ protected: [[nodiscard]] virtual bool HandlePath(const std::string &source, const std::string &target) const; + /** + * @return The name of the tool. + */ [[nodiscard]] virtual std::string GetToolName() const; private: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
