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/12/10 09:32:53 UTC

[hadoop] branch branch-3.3 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 branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

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

    HADOOP-17186. Fixing javadoc in ListingOperationCallbacks (#2196)
    
    (cherry picked from commit ac697571a13d3d18293e953ea2648bcd74b9069f)
---
 .../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 3f35bae..e5f9f7d 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
@@ -78,7 +78,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