You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "John Speidel (JIRA)" <ji...@apache.org> on 2015/10/15 23:42:05 UTC

[jira] [Created] (ATLAS-236) DefaultMetaDataService.createType() calls validateTypeDefinition twice in consecutive lines

John Speidel created ATLAS-236:
----------------------------------

             Summary: DefaultMetaDataService.createType() calls validateTypeDefinition twice in consecutive lines
                 Key: ATLAS-236
                 URL: https://issues.apache.org/jira/browse/ATLAS-236
             Project: Atlas
          Issue Type: Bug
            Reporter: John Speidel
            Assignee: John Speidel


>From DefaultMetaDataService.createType():
{code}
validateTypeDefinition(typeDefinition);
TypesDef typesDef = validateTypeDefinition(typeDefinition);
{code}
The first usage should be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)