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/22 18:44:05 UTC

atlas git commit: ATLAS-2931: Ignore isSoftReferenced

Repository: atlas
Updated Branches:
  refs/heads/branch-0.8 4a3422934 -> 95cc62be3


ATLAS-2931: Ignore isSoftReferenced


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

Branch: refs/heads/branch-0.8
Commit: 95cc62be3f89ba2fe8263e96aa6d347e4153c587
Parents: 4a34229
Author: Ashutosh Mestry <am...@hortonworks.com>
Authored: Mon Oct 22 11:28:37 2018 -0700
Committer: Ashutosh Mestry <am...@hortonworks.com>
Committed: Mon Oct 22 11:43:29 2018 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/atlas/model/typedef/AtlasStructDef.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/95cc62be/intg/src/main/java/org/apache/atlas/model/typedef/AtlasStructDef.java
----------------------------------------------------------------------
diff --git a/intg/src/main/java/org/apache/atlas/model/typedef/AtlasStructDef.java b/intg/src/main/java/org/apache/atlas/model/typedef/AtlasStructDef.java
index 9dba1c0..2b7cb22 100644
--- a/intg/src/main/java/org/apache/atlas/model/typedef/AtlasStructDef.java
+++ b/intg/src/main/java/org/apache/atlas/model/typedef/AtlasStructDef.java
@@ -417,6 +417,7 @@ public class AtlasStructDef extends AtlasBaseTypeDef implements Serializable {
             }
         }
 
+        @JsonIgnore
         public boolean isSoftReferenced() {
             return this.options != null &&
                     getOptions().containsKey(AtlasAttributeDef.ATTRDEF_OPTION_SOFT_REFERENCE) &&