Repository: atlas
Updated Branches:
  refs/heads/branch-1.0 5c0e00bbb -> 41f35aaf2


ATLAS-2835: Regression: Classifications propagated from term is not removed 
during term-entity disassociation - #Add missing import


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

Branch: refs/heads/branch-1.0
Commit: 41f35aaf235261b552b052065228e54c0cf3e337
Parents: 5c0e00b
Author: Sarath Subramanian <ssubraman...@hortonworks.com>
Authored: Thu Aug 23 13:18:25 2018 -0700
Committer: Sarath Subramanian <ssubraman...@hortonworks.com>
Committed: Thu Aug 23 13:18:25 2018 -0700

----------------------------------------------------------------------
 .../apache/atlas/repository/store/graph/v2/EntityGraphMapper.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/41f35aaf/repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
----------------------------------------------------------------------
diff --git 
a/repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 
b/repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
index 541f038..9b533b7 100644
--- 
a/repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
+++ 
b/repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
@@ -94,6 +94,7 @@ import static 
org.apache.atlas.repository.graph.GraphHelper.getTraitLabel;
 import static org.apache.atlas.repository.graph.GraphHelper.getTraitNames;
 import static org.apache.atlas.repository.graph.GraphHelper.getTypeName;
 import static org.apache.atlas.repository.graph.GraphHelper.getTypeNames;
+import static org.apache.atlas.repository.graph.GraphHelper.isActive;
 import static 
org.apache.atlas.repository.graph.GraphHelper.isPropagationEnabled;
 import static org.apache.atlas.repository.graph.GraphHelper.isRelationshipEdge;
 import static org.apache.atlas.repository.graph.GraphHelper.string;

Reply via email to