You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sr...@apache.org on 2013/11/02 00:49:40 UTC

git commit: SENTRY-58: Fix compilation error in TestURI.java (Shreepadma Venugopalan via Sravya Tirukkovalur)

Updated Branches:
  refs/heads/master fbcf8bdf7 -> 1001b70e1


SENTRY-58: Fix compilation error in TestURI.java (Shreepadma Venugopalan via Sravya Tirukkovalur)


Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/1001b70e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/1001b70e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/1001b70e

Branch: refs/heads/master
Commit: 1001b70e11940d103ca5b38be9962abcbd3dda79
Parents: fbcf8bd
Author: Sravya Tirukkovalur <sr...@clouera.com>
Authored: Fri Nov 1 16:48:06 2013 -0700
Committer: Sravya Tirukkovalur <sr...@clouera.com>
Committed: Fri Nov 1 16:48:06 2013 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/sentry/core/db/TestURI.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/1001b70e/sentry-core/sentry-core-model-db/src/test/java/org/apache/sentry/core/db/TestURI.java
----------------------------------------------------------------------
diff --git a/sentry-core/sentry-core-model-db/src/test/java/org/apache/sentry/core/db/TestURI.java b/sentry-core/sentry-core-model-db/src/test/java/org/apache/sentry/core/db/TestURI.java
index 3cc8b1e..3b2aa31 100644
--- a/sentry-core/sentry-core-model-db/src/test/java/org/apache/sentry/core/db/TestURI.java
+++ b/sentry-core/sentry-core-model-db/src/test/java/org/apache/sentry/core/db/TestURI.java
@@ -1,4 +1,4 @@
-package org.apache.sentry.core;
+package org.apache.sentry.core.db;
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with