Skip to content

Commit

Permalink
Merge branch 'AATIM-2662-AWC' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
GEGlobalResearch committed May 31, 2018
2 parents 05e5185 + e03945c commit 6e84025
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ class SADLValidator extends AbstractSADLValidator {
t.printStackTrace
}
}
else {
if (nm.contains(':')) {
error("Invalid declaration of new concept with a QName from another namespace", SADL_RESOURCE__NAME)
}
}
}

@Check
Expand Down

0 comments on commit 6e84025

Please sign in to comment.