made Owner check public

This commit is contained in:
danikov 2012-03-06 14:57:53 +00:00
parent a4a4966720
commit 8d2b4f38b4
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ public class Checks {
checkEntityType(catalog);
}
private static void checkOwner(Owner owner) {
public static void checkOwner(Owner owner) {
// Check optional elements/attributes
if (owner.getUser() != null) {
checkReferenceType(owner.getUser());