Fix for #95 - Deprecating - Query findFutureList() and SqlQuery findFutureList()

This commit is contained in:
Rob Bygrave
2014-04-27 01:44:26 +12:00
parent d16d92db54
commit 0eb7139426
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -595,6 +595,7 @@ public interface Query<T> extends Serializable {
* </p>
*
* @return a Future object for the list result of the query
* @deprecated
*/
public FutureList<T> findFutureList();