mirror of https://github.com/apache/jclouds.git
merged andrei's latest
This commit is contained in:
commit
9d2506b7eb
|
@ -78,7 +78,6 @@ public class LocationPredicate implements Predicate<ComputeMetadata> {
|
|||
}
|
||||
|
||||
return or(predicates.build()).apply(input.getLocation());
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -86,4 +85,4 @@ public class LocationPredicate implements Predicate<ComputeMetadata> {
|
|||
// not calling .get() here, as it could accidentally cause eager api fetch
|
||||
return "equalsParentOrGrandparentOfCurrentLocation()";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue