mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 06:56:45 +00:00
fixed typo
This commit is contained in:
parent
a3dc6cdd03
commit
b6bbb9c1c6
@ -222,7 +222,7 @@ public class NodePredicates {
|
||||
* @return predicate
|
||||
*/
|
||||
public static Predicate<NodeMetadata> runningInGroup(final String group) {
|
||||
Preconditions2.checkNotEmpty(group, "Tag must be defined");
|
||||
Preconditions2.checkNotEmpty(group, "group must be defined");
|
||||
return new Predicate<NodeMetadata>() {
|
||||
@Override
|
||||
public boolean apply(NodeMetadata nodeMetadata) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user