You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rs...@apache.org on 2018/07/03 18:45:09 UTC

[kafka] branch 2.0 updated: MINOR: Include quota related interfaces to javadocs (#5325)

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

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


The following commit(s) were added to refs/heads/2.0 by this push:
     new 486d7a3  MINOR: Include quota related interfaces to javadocs (#5325)
486d7a3 is described below

commit 486d7a3c917c720104f44cda2d63e7a879a8e6ee
Author: Manikumar Reddy O <ma...@gmail.com>
AuthorDate: Wed Jul 4 00:12:44 2018 +0530

    MINOR: Include quota related interfaces to javadocs (#5325)
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 6dc3526..0653f11 100644
--- a/build.gradle
+++ b/build.gradle
@@ -875,6 +875,7 @@ project(':clients') {
     include "**/org/apache/kafka/common/security/token/delegation/*"
     include "**/org/apache/kafka/common/security/oauthbearer/*"
     include "**/org/apache/kafka/server/policy/*"
+    include "**/org/apache/kafka/server/quota/*"
   }
 }