mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 06:56:45 +00:00
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…
x
Reference in New Issue
Block a user