DATAKV-175 - Remove deprecated KeyValueQuery.getCritieria() method.

Related ticket: DATAKV-170.
This commit is contained in:
Mark Paluch
2017-07-26 14:39:47 +02:00
parent 88d5b293fa
commit aa6dcb945c

View File

@@ -52,17 +52,6 @@ public class KeyValueQuery<T> {
this.sort = sort;
}
/**
* Get the criteria object.
*
* @return
* @deprecated will be removed in favor of {@link #getCriteria()}.
*/
@Deprecated
public T getCritieria() {
return criteria;
}
/**
* Get the criteria object.
*