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 c29a2316e9e54e9471b6ddafa3b9af6a913705bf
Author: Gautham Banasandra <gautham.bangal...@gmail.com>
AuthorDate: Sun Feb 20 12:37:05 2022 +0530

    Add documentation
---
 .../src/main/native/libhdfspp/tools/hdfs-get/hdfs-get.h                | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-get/hdfs-get.h
 
b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-get/hdfs-get.h
index ceb7478..8153264 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-get/hdfs-get.h
+++ 
b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-get/hdfs-get.h
@@ -37,6 +37,9 @@ public:
   ~Get() override = default;
 
 protected:
+  /**
+   * {@inheritdoc}
+   */
   [[nodiscard]] std::string GetToolName() const override;
 };
 } // namespace hdfs::tools

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to