You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by am...@apache.org on 2018/10/12 20:30:55 UTC

atlas git commit: ATLAS-2814: Removed unused imports.

Repository: atlas
Updated Branches:
  refs/heads/master 203675124 -> e9869cfe6


ATLAS-2814: Removed unused imports.


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

Branch: refs/heads/master
Commit: e9869cfe669e39962dd52061004689562e7af082
Parents: 2036751
Author: Ashutosh Mestry <am...@hortonworks.com>
Authored: Fri Oct 12 13:30:23 2018 -0700
Committer: Ashutosh Mestry <am...@hortonworks.com>
Committed: Fri Oct 12 13:30:23 2018 -0700

----------------------------------------------------------------------
 .../apache/atlas/repository/impexp/ExportImportAuditService.java    | 1 -
 .../atlas/repository/store/graph/v2/EntityGraphRetriever.java       | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/e9869cfe/repository/src/main/java/org/apache/atlas/repository/impexp/ExportImportAuditService.java
----------------------------------------------------------------------
diff --git a/repository/src/main/java/org/apache/atlas/repository/impexp/ExportImportAuditService.java b/repository/src/main/java/org/apache/atlas/repository/impexp/ExportImportAuditService.java
index 255b72f..3afa173 100644
--- a/repository/src/main/java/org/apache/atlas/repository/impexp/ExportImportAuditService.java
+++ b/repository/src/main/java/org/apache/atlas/repository/impexp/ExportImportAuditService.java
@@ -28,7 +28,6 @@ import org.apache.atlas.model.impexp.ExportImportAuditEntry;
 import org.apache.atlas.model.instance.AtlasEntityHeader;
 import org.apache.atlas.repository.ogm.DataAccess;
 import org.apache.atlas.repository.ogm.ExportImportAuditEntryDTO;
-import org.apache.cassandra.cql3.statements.Restriction;
 import org.apache.commons.lang.StringUtils;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;

http://git-wip-us.apache.org/repos/asf/atlas/blob/e9869cfe/repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
----------------------------------------------------------------------
diff --git a/repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java b/repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
index d9be2f7..f03262f 100644
--- a/repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
+++ b/repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
@@ -18,7 +18,6 @@
 package org.apache.atlas.repository.store.graph.v2;
 
 import com.fasterxml.jackson.core.type.TypeReference;
-import jnr.ffi.annotations.In;
 import org.apache.atlas.AtlasErrorCode;
 import org.apache.atlas.exception.AtlasBaseException;
 import org.apache.atlas.model.TimeBoundary;