You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2017/08/15 18:27:11 UTC

hbase git commit: HBASE-18603 buck complains about Build target path containing double slash

Repository: hbase
Updated Branches:
  refs/heads/HBASE-14850 d4bd3c71e -> 583d4e2d4


HBASE-18603 buck complains about Build target path containing double slash


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/583d4e2d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/583d4e2d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/583d4e2d

Branch: refs/heads/HBASE-14850
Commit: 583d4e2d4cebe80f478a89aeac3dc07282086265
Parents: d4bd3c7
Author: tedyu <yu...@gmail.com>
Authored: Tue Aug 15 11:26:56 2017 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Tue Aug 15 11:26:56 2017 -0700

----------------------------------------------------------------------
 hbase-native-client/exceptions/BUCK | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/583d4e2d/hbase-native-client/exceptions/BUCK
----------------------------------------------------------------------
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=[