-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61788/
-----------------------------------------------------------
Review request for atlas.
Bugs: ATLAS-2074
https://issues.apache.org/jira/browse/ATLAS-2074
Repository: atlas
Description
-------
Currently AtlasType.resolveReferences() method is marked as public.
Implementations in sub-types likely to update the state of the type object;
hence this method is only called during initialization/updates to
type-registry. To prevent potential misuse of this method, which can result in
errors, resolveReference() method is made package-private.
Diffs
-----
intg/src/main/java/org/apache/atlas/type/AtlasArrayType.java de3394f1
intg/src/main/java/org/apache/atlas/type/AtlasClassificationType.java
56c3ed38
intg/src/main/java/org/apache/atlas/type/AtlasEntityType.java 9dad95df
intg/src/main/java/org/apache/atlas/type/AtlasEnumType.java 1cd27b39
intg/src/main/java/org/apache/atlas/type/AtlasMapType.java 90c898a3
intg/src/main/java/org/apache/atlas/type/AtlasRelationshipType.java 934dffce
intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 277d0fa2
intg/src/main/java/org/apache/atlas/type/AtlasType.java c99eb7f1
Diff: https://reviews.apache.org/r/61788/diff/1/
Testing
-------
Verified that Atlas builds successfully after this change in method accessor.
Thanks,
Madhan Neethiraj