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
@@ -79,6 +79,7 @@ public interface SqlQuery extends Serializable {
* </p>
*
* @return a Future object for the list result of the query
* @deprecated
*/
public SqlFutureList findFutureList();