DATAKV-175 - Remove deprecated KeyValueQuery.getCritieria() method.
Related ticket: DATAKV-170.
This commit is contained in:
@@ -52,17 +52,6 @@ public class KeyValueQuery<T> {
|
|||||||
this.sort = sort;
|
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.
|
* Get the criteria object.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user