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

zghao pushed a commit to branch HBASE-14850
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit aa0a599033ae5e53cd3cb098a84edbf37ce1f9ab
Author: tedyu <[email protected]>
AuthorDate: Tue Aug 15 11:26:56 2017 -0700

    HBASE-18603 buck complains about Build target path containing double slash
---
 hbase-native-client/exceptions/BUCK | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-native-client/exceptions/BUCK 
b/hbase-native-client/exceptions/BUCK
index e2f03a1..3d66d72 100644
--- a/hbase-native-client/exceptions/BUCK
+++ b/hbase-native-client/exceptions/BUCK
@@ -27,7 +27,7 @@ cxx_library(
         "//third-party:folly",
     ],
     compiler_flags=['-Weffc++'],
-    visibility=['//core/...', '//connection//...'],)
+    visibility=['//core/...', '//connection/...'],)
 cxx_test(
     name="exception-test",
     srcs=[

Reply via email to