[Minor] fixed typo

This commit is contained in:
Robert von Burg 2014-08-08 12:12:35 +02:00
parent 941665753c
commit dd7c4ed581
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public abstract class InMemoryQueryVisitor<T extends GroupedParameterizedElement
@Override
public void visitAny() {
DBC.PRE.assertEmpty("Only one selection allow when using Any!", this.selectors);
DBC.PRE.assertEmpty("Only one selection allowed when using Any!", this.selectors);
addSelector(new AnySelector<T>());
this.any = true;
}