You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2020/08/05 11:41:12 UTC

[hadoop] branch trunk updated: HADOOP-17186. Fixing javadoc in ListingOperationCallbacks (#2196)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ac69757  HADOOP-17186. Fixing javadoc in ListingOperationCallbacks (#2196)
ac69757 is described below

commit ac697571a13d3d18293e953ea2648bcd74b9069f
Author: Mukund Thakur <mt...@cloudera.com>
AuthorDate: Wed Aug 5 17:10:49 2020 +0530

    HADOOP-17186. Fixing javadoc in ListingOperationCallbacks (#2196)
---
 .../java/org/apache/hadoop/fs/s3a/impl/ListingOperationCallbacks.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/ListingOperationCallbacks.java b/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/ListingOperationCallbacks.java
index d89cada..5def31b 100644
--- a/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/ListingOperationCallbacks.java
+++ b/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/ListingOperationCallbacks.java
@@ -77,7 +77,7 @@ public interface ListingOperationCallbacks {
   /**
    * Create a {@code ListObjectsRequest} request against this bucket,
    * with the maximum keys returned in a query set by
-   * {@link this.getMaxKeys()}.
+   * {@link #getMaxKeys()}.
    * @param key key for request
    * @param delimiter any delimiter
    * @return the request


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