You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ch...@apache.org on 2024/03/03 16:37:03 UTC

(kafka) branch trunk updated: MINOR: fix link for ListTransactionsOptions#filterOnDuration (#15459)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 44af72fd773 MINOR: fix link for ListTransactionsOptions#filterOnDuration (#15459)
44af72fd773 is described below

commit 44af72fd77376cd5fb0c0a6019b0e5908928f0e1
Author: PoAn Yang <ya...@gmail.com>
AuthorDate: Mon Mar 4 00:36:57 2024 +0800

    MINOR: fix link for ListTransactionsOptions#filterOnDuration (#15459)
    
    Reviewers: Chia-Ping Tsai <ch...@gmail.com>
---
 clients/src/main/java/org/apache/kafka/clients/admin/Admin.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clients/src/main/java/org/apache/kafka/clients/admin/Admin.java b/clients/src/main/java/org/apache/kafka/clients/admin/Admin.java
index ff0e60e766d..e9f0a58e41b 100644
--- a/clients/src/main/java/org/apache/kafka/clients/admin/Admin.java
+++ b/clients/src/main/java/org/apache/kafka/clients/admin/Admin.java
@@ -1634,7 +1634,7 @@ public interface Admin extends AutoCloseable {
      * should typically attempt to reduce the size of the result set using
      * {@link ListTransactionsOptions#filterProducerIds(Collection)} or
      * {@link ListTransactionsOptions#filterStates(Collection)} or
-     * {@link ListTransactionsOptions#durationFilter(Long)}
+     * {@link ListTransactionsOptions#filterOnDuration(long)}.
      *
      * @param options Options to control the method behavior (including filters)
      * @return The result