This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new 2df43c2 ATLAS-4367: UI: Single quote in can't is being removed. Hence
renaming the message to cannot
2df43c2 is described below
commit 2df43c237c5a6f95b3cbe5004088bf41d6d49ff3
Author: Umesh Padashetty <[email protected]>
AuthorDate: Fri Jul 23 21:17:23 2021 +0530
ATLAS-4367: UI: Single quote in can't is being removed. Hence renaming the
message to cannot
Signed-off-by: Pinal Shah <[email protected]>
---
intg/src/main/java/org/apache/atlas/AtlasErrorCode.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/intg/src/main/java/org/apache/atlas/AtlasErrorCode.java
b/intg/src/main/java/org/apache/atlas/AtlasErrorCode.java
index 8bc7996..9d11820 100644
--- a/intg/src/main/java/org/apache/atlas/AtlasErrorCode.java
+++ b/intg/src/main/java/org/apache/atlas/AtlasErrorCode.java
@@ -134,20 +134,20 @@ public enum AtlasErrorCode {
MISSING_MANDATORY_QUALIFIED_NAME(400, "ATLAS-400-00-073", "Mandatory
qualifiedName attribute is missing"),
INVALID_PARTIAL_UPDATE_ATTR(400, "ATLAS-400-00-074", "Invalid attribute
{0} for partial update of {1}"),
INVALID_PARTIAL_UPDATE_ATTR_VAL(400, "ATLAS-400-00-075", "Invalid attrVal
for partial update of {0}, expected = {1} found {2}"),
- MISSING_TERM_ID_FOR_CATEGORIZATION(400, "ATLAS-400-00-076", "Term guid
can't be empty/null when adding to a category"),
- INVALID_NEW_ANCHOR_GUID(400, "ATLAS-400-00-077", "New Anchor guid can't be
empty/null"),
+ MISSING_TERM_ID_FOR_CATEGORIZATION(400, "ATLAS-400-00-076", "Term guid
cannot be empty/null when adding to a category"),
+ INVALID_NEW_ANCHOR_GUID(400, "ATLAS-400-00-077", "New Anchor guid cannot
be empty/null"),
TERM_DISSOCIATION_MISSING_RELATION_GUID(400, "ATLAS-400-00-078", "Missing
mandatory attribute, TermAssignment relationship guid"),
GLOSSARY_QUALIFIED_NAME_CANT_BE_DERIVED(400, "ATLAS-400-00-079",
"Attributes qualifiedName and name are missing. Failed to derive a unique name
for Glossary"),
GLOSSARY_TERM_QUALIFIED_NAME_CANT_BE_DERIVED(400, "ATLAS-400-00-07A",
"Attributes qualifiedName, name & glossary name are missing. Failed to derive a
unique name for Glossary term"),
GLOSSARY_CATEGORY_QUALIFIED_NAME_CANT_BE_DERIVED(400, "ATLAS-400-00-07B",
"Attributes qualifiedName, name & glossary name are missing. Failed to derive a
unique name for Glossary category"),
RELATIONSHIP_END_IS_NULL(400, "ATLAS-400-00-07D", "Relationship end is
invalid. Expected {0} but is NULL"),
- INVALID_TERM_RELATION_TO_SELF(400, "ATLAS-400-00-07E", "Invalid Term
relationship: Term can't have a relationship with self"),
+ INVALID_TERM_RELATION_TO_SELF(400, "ATLAS-400-00-07E", "Invalid Term
relationship: Term cannot have a relationship with self"),
INVALID_CHILD_CATEGORY_DIFFERENT_GLOSSARY(400, "ATLAS-400-00-07F",
"Invalid child category relationship: Child category (guid = {0}) belongs to
different glossary"),
INVALID_TERM_DISSOCIATION(400, "ATLAS-400-00-080", "Given
relationshipGuid({0}) is invalid for term (guid={1}) and entity(guid={2})"),
ATTRIBUTE_TYPE_INVALID(400, "ATLAS-400-00-081", "{0}.{1}: invalid
attribute type. Attribute cannot be of type classification"),
MISSING_CATEGORY_DISPLAY_NAME(400, "ATLAS-400-00-082", "Category name is
empty/null"),
INVALID_DISPLAY_NAME(400, "ATLAS-400-00-083", "name cannot contain
following special chars ('@', '.')"),
- TERM_HAS_ENTITY_ASSOCIATION(400, "ATLAS-400-00-084", "Term (guid={0})
can't be deleted as it has been assigned to {1} entities."),
+ TERM_HAS_ENTITY_ASSOCIATION(400, "ATLAS-400-00-084", "Term (guid={0})
cannot be deleted as it has been assigned to {1} entities."),
INVALID_TIMEBOUNDRY_TIMEZONE(400, "ATLAS-400-00-085", "Invalid timezone
{0}"),
INVALID_TIMEBOUNDRY_START_TIME(400, "ATLAS-400-00-086", "Invalid startTime
{0}"),
INVALID_TIMEBOUNDRY_END_TIME(400, "ATLAS-400-00-087", "Invalid endTime
{0}"),