Skip to content

Commit c29a231

Browse files
Add documentation
1 parent 76a547f commit c29a231

File tree

1 file changed

+3
-0
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-get

1 file changed

+3
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-get/hdfs-get.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ class Get : public CopyToLocal {
3737
~Get() override = default;
3838

3939
protected:
40+
/**
41+
* {@inheritdoc}
42+
*/
4043
[[nodiscard]] std::string GetToolName() const override;
4144
};
4245
} // namespace hdfs::tools

0 commit comments

Comments
 (0)