You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ra...@apache.org on 2019/09/10 13:22:03 UTC

[phoenix] branch master updated: PHOENIX-5471 MetaDataEndpointImplIT declares wrong package

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

rajeshbabu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d0af64  PHOENIX-5471 MetaDataEndpointImplIT declares wrong package
     new 1347302  Merge pull request #582 from stoty/PHOENIX-5471
7d0af64 is described below

commit 7d0af64187df82edb1bd516e4adf9455c2473896
Author: Istvan Toth <st...@stoty.hu>
AuthorDate: Tue Sep 10 14:21:59 2019 +0200

    PHOENIX-5471 MetaDataEndpointImplIT declares wrong package
    
    make declared package consistent with directory
---
 .../src/it/java/org/apache/phoenix/end2end/MetaDataEndpointImplIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/MetaDataEndpointImplIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/MetaDataEndpointImplIT.java
index 61b039d..75af5f8 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/MetaDataEndpointImplIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/MetaDataEndpointImplIT.java
@@ -1,4 +1,4 @@
-package org.apache.phoenix.coprocessor;
+package org.apache.phoenix.end2end;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;