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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7581772  RANGER-2779: removed unused variable from previous commit
7581772 is described below

commit 7581772df51b7846215bb6f03b929127e423debb
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Thu Apr 9 15:44:31 2020 -0700

    RANGER-2779: removed unused variable from previous commit
---
 .../org/apache/ranger/tagsync/source/atlas/AtlasAdlsResourceMapper.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasAdlsResourceMapper.java
 
b/tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasAdlsResourceMapper.java
index 331a70c..5301c98 100644
--- 
a/tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasAdlsResourceMapper.java
+++ 
b/tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasAdlsResourceMapper.java
@@ -40,7 +40,6 @@ public class AtlasAdlsResourceMapper extends 
AtlasResourceMapper {
 
        private static final String SEP_PROTOCOL               = "://";
        private static final String SEP_CONTAINER              = "@";
-       private static final String SEP_ACCOUNT                = ".";
        private static final String SEP_RELATIVE_PATH          = "/";
        private static final int    IDX_RESOURCE_ACCOUNT       = 0;
        private static final int    IDX_RESOURCE_CONTAINER     = 1;

Reply via email to