Skip to content
Snippets Groups Projects
Commit 6768c4c8 authored by tpylak's avatar tpylak
Browse files

minor: javadoc

SVN: 13584
parent 7a001fb6
No related merge requests found
......@@ -60,7 +60,8 @@ public class ResultSetFetchConfig<K> implements IsSerializable
/**
* Instruction to fetch the result at the specified key in the cache an then recompute the
* custom columns and distinct filter values.
* custom columns and distinct filter values. Remember that rows are filtered anyway, even
* without recomputing.
*/
public static <K> ResultSetFetchConfig<K> createFetchFromCacheAndRecompute(K resultSetKey)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment