diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/dto/ResultSetFetchConfig.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/dto/ResultSetFetchConfig.java
index 2c0198c612784fc3893bec33d16d4ce2fd022c64..838272747a3a434cc2c5e83ae03e9b875be739bc 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/dto/ResultSetFetchConfig.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/dto/ResultSetFetchConfig.java
@@ -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)
     {