mirror of https://github.com/apache/jclouds.git
made Owner check public
This commit is contained in:
parent
a4a4966720
commit
8d2b4f38b4
|
@ -250,7 +250,7 @@ public class Checks {
|
||||||
checkEntityType(catalog);
|
checkEntityType(catalog);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void checkOwner(Owner owner) {
|
public static void checkOwner(Owner owner) {
|
||||||
// Check optional elements/attributes
|
// Check optional elements/attributes
|
||||||
if (owner.getUser() != null) {
|
if (owner.getUser() != null) {
|
||||||
checkReferenceType(owner.getUser());
|
checkReferenceType(owner.getUser());
|
||||||
|
|
Loading…
Reference in New Issue