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);
|
||||
}
|
||||
|
||||
private static void checkOwner(Owner owner) {
|
||||
public static void checkOwner(Owner owner) {
|
||||
// Check optional elements/attributes
|
||||
if (owner.getUser() != null) {
|
||||
checkReferenceType(owner.getUser());
|
||||
|
|
Loading…
Reference in New Issue