You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ab...@apache.org on 2020/09/21 18:57:41 UTC

[kudu] branch branch-1.13.x updated: Fix Doxygen comment in client.h

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

abukor pushed a commit to branch branch-1.13.x
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/branch-1.13.x by this push:
     new 23df158  Fix Doxygen comment in client.h
23df158 is described below

commit 23df1587530e25b6ce801fccacf98e8a3706ccd2
Author: Attila Bukor <ab...@apache.org>
AuthorDate: Mon Sep 21 12:41:59 2020 +0200

    Fix Doxygen comment in client.h
    
    Change-Id: I945a784c39c2a6c1ea3a628efeba4b7dd3e9f76e
    Reviewed-on: http://gerrit.cloudera.org:8080/16482
    Tested-by: Kudu Jenkins
    Reviewed-by: Grant Henke <gr...@apache.org>
    (cherry picked from commit 198372a84c6e2dc8b097eb2d139fa03da7e7b791)
    Reviewed-on: http://gerrit.cloudera.org:8080/16483
    Tested-by: Grant Henke <gr...@apache.org>
    Reviewed-by: Bankim Bhavsar <ba...@cloudera.com>
---
 src/kudu/client/client.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kudu/client/client.h b/src/kudu/client/client.h
index 40f33c6..cd5df70 100644
--- a/src/kudu/client/client.h
+++ b/src/kudu/client/client.h
@@ -1148,8 +1148,8 @@ class KUDU_EXPORT KuduTable : public sp::enable_shared_from_this<KuduTable> {
   /// @name Advanced/Unstable API
   ///
   /// There are no guarantees on the stability of this client API.
-  ///
   ///@{
+
   /// Create a new IN Bloom filter predicate using direct BlockBloomFilter
   /// pointers which can be used for scanners on this table.
   ///